Skip to content

Commit 7171dd7

Browse files
Jarred-Sumneralii
authored andcommitted
Revert "ci: increase mac test parallelism to 7" (#21690)
Reverts #21530
1 parent 8c9a9f8 commit 7171dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/ci.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ function getTestBunStep(platform, options, testOptions = {}) {
568568
agents: getTestAgent(platform, options),
569569
retry: getRetry(),
570570
cancel_on_build_failing: isMergeQueue(),
571-
parallelism: unifiedTests ? undefined : os === "darwin" ? 7 : 10,
571+
parallelism: unifiedTests ? undefined : os === "darwin" ? 2 : 10,
572572
timeout_in_minutes: profile === "asan" || os === "windows" ? 45 : 30,
573573
command:
574574
os === "windows"

0 commit comments

Comments
 (0)