We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d20c10 commit bad50a8Copy full SHA for bad50a8
src/tools/miri/tests/pass/shims/time-with-isolation.rs
@@ -27,7 +27,7 @@ fn test_time_passes() {
27
// if `NANOSECONDS_PER_BASIC_BLOCK` changes. It may also need updating if the standard library
28
// code that runs in the loop above changes.
29
assert!(diff.as_millis() > 5);
30
- assert!(diff.as_millis() < 20);
+ assert!(diff.as_millis() < 25);
31
}
32
33
fn test_block_for_one_second() {
0 commit comments