We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 755a322 + e308eeb commit e23e0b2Copy full SHA for e23e0b2
rust-version
@@ -1 +1 @@
1
-a8f707553276a15565860af3d415aae18428aa96
+78e22069d018e83915201c8a218a0a94227f6420
tests/run-pass/concurrency/sync.rs
@@ -92,7 +92,7 @@ fn check_conditional_variables_timed_wait_timeout() {
92
let (_guard, timeout) = cvar.wait_timeout(guard, Duration::from_millis(100)).unwrap();
93
assert!(timeout.timed_out());
94
let elapsed_time = now.elapsed().as_millis();
95
- assert!(100 <= elapsed_time && elapsed_time <= 300);
+ assert!(100 <= elapsed_time && elapsed_time <= 500);
96
}
97
98
/// Test that signaling a conditional variable when waiting with a timeout works
0 commit comments