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.
2 parents df41091 + 915d091 commit 1499c5aCopy full SHA for 1499c5a
rust-version
@@ -1 +1 @@
1
-38030ffb4e735b26260848b744c0910a5641e1db
+12f0dba618e761c987142474435dff95ab177f3c
tests/run-pass/concurrency/linux-futex.rs
@@ -90,7 +90,7 @@ fn wait_timeout() {
90
assert_eq!(*libc::__errno_location(), libc::ETIMEDOUT);
91
}
92
93
- assert!((200..500).contains(&start.elapsed().as_millis()));
+ assert!((200..1000).contains(&start.elapsed().as_millis()));
94
95
96
fn wait_wake() {
@@ -120,7 +120,7 @@ fn wait_wake() {
120
), 0);
121
122
123
124
125
126
fn main() {
0 commit comments