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

Commit f0921bd

Browse files
committed
rustup
1 parent 31fb32e commit f0921bd

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)