Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ekump committed Sep 6, 2024
1 parent 48818d0 commit 4f40088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trace-utils/src/send_data/retry_strategy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ mod tests {
use super::*;
use tokio::time::Instant;

const RETRY_STRATEGY_TIME_TOLERANCE_MS: u64 = 25;
const RETRY_STRATEGY_TIME_TOLERANCE_MS: u64 = 01;

#[cfg_attr(miri, ignore)]
#[tokio::test]
Expand Down

0 comments on commit 4f40088

Please sign in to comment.