We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6677d52 commit 21c5c48Copy full SHA for 21c5c48
src/task/spawn_blocking.rs
@@ -68,7 +68,7 @@ static POOL: Lazy<Pool> = Lazy::new(|| {
68
69
fn start_thread() {
70
SLEEPING.fetch_add(1, Ordering::SeqCst);
71
- let timeout = Duration::from_secs(10);
+ let timeout = Duration::from_secs(1);
72
73
thread::Builder::new()
74
.name("async-std/blocking".to_string())
0 commit comments