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 a0c8b09 commit cd12440Copy full SHA for cd12440
src/tools/miri/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