We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f36839 + 2a4faf6 commit e4840efCopy full SHA for e4840ef
tests/run-pass/concurrency/sync.rs
@@ -109,7 +109,7 @@ fn check_conditional_variables_timed_wait_notimeout() {
109
cvar.notify_one();
110
});
111
112
- let (_guard, timeout) = cvar.wait_timeout(guard, Duration::from_millis(200)).unwrap();
+ let (_guard, timeout) = cvar.wait_timeout(guard, Duration::from_millis(500)).unwrap();
113
assert!(!timeout.timed_out());
114
handle.join().unwrap();
115
}
0 commit comments