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"