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 8a9ef3c commit 3f1d3aeCopy full SHA for 3f1d3ae
tests/run-pass/concurrency/sync.rs
@@ -91,7 +91,7 @@ fn check_conditional_variables_timed_wait_timeout() {
91
let (_guard, timeout) = cvar.wait_timeout(guard, Duration::from_millis(100)).unwrap();
92
assert!(timeout.timed_out());
93
let elapsed_time = now.elapsed().as_millis();
94
- assert!(100 <= elapsed_time && elapsed_time <= 500);
+ assert!(100 <= elapsed_time && elapsed_time <= 800);
95
}
96
97
/// Test that signaling a conditional variable when waiting with a timeout works
0 commit comments