mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
give macOS more time
This commit is contained in:
parent
f0c6f0d1bf
commit
855a2ad285
@ -81,7 +81,7 @@ fn check_conditional_variables_timed_wait_notimeout() {
|
||||
cvar.notify_one();
|
||||
});
|
||||
|
||||
let (_guard, timeout) = cvar.wait_timeout(guard, Duration::from_millis(500)).unwrap();
|
||||
let (_guard, timeout) = cvar.wait_timeout(guard, Duration::from_millis(1000)).unwrap();
|
||||
assert!(!timeout.timed_out());
|
||||
handle.join().unwrap();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user