From 4481f1390447956fb1ac2e165ddf17d32f9a4908 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Wed, 7 Feb 2024 11:56:50 +0100 Subject: [PATCH] Force threads --- tests/connect/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/connect/src/main.rs b/tests/connect/src/main.rs index a38859b..0dfa255 100644 --- a/tests/connect/src/main.rs +++ b/tests/connect/src/main.rs @@ -62,6 +62,7 @@ fn main() { for test in ["reuses_connection", "async_reuses_connection"] { assert!( std::process::Command::new("strace") + .env("RAYON_NUM_THREADS", proc_count.to_string()) .args([ "-f", "-e",