Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Lok <[email protected]>
  • Loading branch information
andylokandy committed Oct 28, 2023
1 parent 761a629 commit b0529e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minitrace/tests/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ fn test_elapsed() {
let elapsed = root.elapsed().unwrap();

assert!(elapsed >= Duration::from_millis(50));
assert!(elapsed < Duration::from_millis(60));
assert!(elapsed < Duration::from_millis(65));
}

minitrace::flush();
Expand Down

0 comments on commit b0529e9

Please sign in to comment.