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 31fb32e commit f0921bdCopy full SHA for f0921bd
rust-version
@@ -1 +1 @@
1
-9e2f65586366b731f13a10021c5191a664f4adc2
+32c8c5df06c025441ad04791d7982d65c79a60e4
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 <= 800);
+ assert!(100 <= elapsed_time && elapsed_time <= 1000);
95
}
96
97
/// Test that signaling a conditional variable when waiting with a timeout works
0 commit comments