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