Skip to content

Commit

Permalink
Force threads
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Feb 7, 2024
1 parent 9826221 commit 4481f13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/connect/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4481f13

Please sign in to comment.