Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit ede9ae6

Browse files
committed
Auto merge of rust-lang#2152 - RalfJung:rustup, r=RalfJung
rustup On macOS the timing tests [failed again](https://github.com/rust-lang/miri/runs/6557930217?check_suite_focus=true), so let's give them even more slack.
2 parents 31fb32e + f0921bd commit ede9ae6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9e2f65586366b731f13a10021c5191a664f4adc2
1+
32c8c5df06c025441ad04791d7982d65c79a60e4

tests/run-pass/concurrency/sync.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ fn check_conditional_variables_timed_wait_timeout() {
9191
let (_guard, timeout) = cvar.wait_timeout(guard, Duration::from_millis(100)).unwrap();
9292
assert!(timeout.timed_out());
9393
let elapsed_time = now.elapsed().as_millis();
94-
assert!(100 <= elapsed_time && elapsed_time <= 800);
94+
assert!(100 <= elapsed_time && elapsed_time <= 1000);
9595
}
9696

9797
/// Test that signaling a conditional variable when waiting with a timeout works

0 commit comments

Comments
 (0)