Skip to content

Commit 1499c5a

Browse files
committed
Auto merge of #1624 - RalfJung:rustup, r=RalfJung
rustup; less strict timing tests
2 parents df41091 + 915d091 commit 1499c5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
38030ffb4e735b26260848b744c0910a5641e1db
1+
12f0dba618e761c987142474435dff95ab177f3c

tests/run-pass/concurrency/linux-futex.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ fn wait_timeout() {
9090
assert_eq!(*libc::__errno_location(), libc::ETIMEDOUT);
9191
}
9292

93-
assert!((200..500).contains(&start.elapsed().as_millis()));
93+
assert!((200..1000).contains(&start.elapsed().as_millis()));
9494
}
9595

9696
fn wait_wake() {
@@ -120,7 +120,7 @@ fn wait_wake() {
120120
), 0);
121121
}
122122

123-
assert!((200..500).contains(&start.elapsed().as_millis()));
123+
assert!((200..1000).contains(&start.elapsed().as_millis()));
124124
}
125125

126126
fn main() {

0 commit comments

Comments
 (0)