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.
1 parent aa5341f commit 0521130Copy full SHA for 0521130
tests/tests.rs
@@ -49,7 +49,7 @@ fn task_join_timeout() {
49
let pool = single_thread();
50
51
let result = pool
52
- .execute(|| thread::sleep(Duration::from_millis(50)))
+ .execute(|| thread::sleep(Duration::from_secs(5)))
53
.join_timeout(Duration::from_millis(10));
54
55
assert!(result.is_err());
0 commit comments