Skip to content

Commit 1497e2e

Browse files
committed
give macOS some extra time, it needs that
1 parent 3474dd8 commit 1497e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pass/concurrency/sync.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ fn check_conditional_variables_timed_wait_notimeout() {
8383
cvar.notify_one();
8484
});
8585

86-
let (_guard, timeout) = cvar.wait_timeout(guard, Duration::from_millis(500)).unwrap();
86+
let (_guard, timeout) = cvar.wait_timeout(guard, Duration::from_millis(1000)).unwrap();
8787
assert!(!timeout.timed_out());
8888
handle.join().unwrap();
8989
}

0 commit comments

Comments
 (0)