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 3474dd8 commit 1497e2eCopy full SHA for 1497e2e
tests/pass/concurrency/sync.rs
@@ -83,7 +83,7 @@ fn check_conditional_variables_timed_wait_notimeout() {
83
cvar.notify_one();
84
});
85
86
- let (_guard, timeout) = cvar.wait_timeout(guard, Duration::from_millis(500)).unwrap();
+ let (_guard, timeout) = cvar.wait_timeout(guard, Duration::from_millis(1000)).unwrap();
87
assert!(!timeout.timed_out());
88
handle.join().unwrap();
89
}
0 commit comments