diff --git a/compiler/base/orchestrator/src/coordinator.rs b/compiler/base/orchestrator/src/coordinator.rs index 915dfe837..317263a17 100644 --- a/compiler/base/orchestrator/src/coordinator.rs +++ b/compiler/base/orchestrator/src/coordinator.rs @@ -1780,7 +1780,7 @@ mod tests { env::var("TESTS_MAX_CONCURRENCY") .ok() .and_then(|v| v.parse().ok()) - .unwrap_or(3) + .unwrap_or(5) }); static CONCURRENT_TEST_SEMAPHORE: Lazy> =