ci: increase mac test parallelism to 7 (#21530)

This commit is contained in:
Meghan Denny
2025-08-05 22:17:18 -08:00
committed by GitHub
parent ccbd3f3575
commit e9dc25200a

View File

@@ -568,7 +568,7 @@ function getTestBunStep(platform, options, testOptions = {}) {
agents: getTestAgent(platform, options),
retry: getRetry(),
cancel_on_build_failing: isMergeQueue(),
parallelism: unifiedTests ? undefined : os === "darwin" ? 2 : 10,
parallelism: unifiedTests ? undefined : os === "darwin" ? 7 : 10,
timeout_in_minutes: profile === "asan" || os === "windows" ? 45 : 30,
command:
os === "windows"