From e9dc25200ab1ec4276e64f22e7c6be61cf699400 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Tue, 5 Aug 2025 22:17:18 -0800 Subject: [PATCH] ci: increase mac test parallelism to 7 (#21530) --- .buildkite/ci.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/ci.mjs b/.buildkite/ci.mjs index dd8d2db42b..9202cc84cc 100755 --- a/.buildkite/ci.mjs +++ b/.buildkite/ci.mjs @@ -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"