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 a354649 commit d4f861eCopy full SHA for d4f861e
src/tools/miri/tests/pass/concurrency/sync.rs
@@ -9,7 +9,8 @@ use std::time::{Duration, Instant};
9
10
// We are expecting to sleep for 10ms. How long of a sleep we are accepting?
11
// Even with 1000ms we still see this test fail on macOS runners.
12
-const MAX_SLEEP_TIME_MS: u64 = 2000;
+// On a aarch64-pc-windows-msvc runner, we saw 2.7s!
13
+const MAX_SLEEP_TIME_MS: u64 = 4000;
14
15
// Check if Rust barriers are working.
16
0 commit comments