mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Increase shard count for Windows & Linux test runs (#25913)
### What does this PR do? ### How did you verify your code works?
This commit is contained in:
@@ -588,7 +588,7 @@ function getTestBunStep(platform, options, testOptions = {}) {
|
|||||||
agents: getTestAgent(platform, options),
|
agents: getTestAgent(platform, options),
|
||||||
retry: getRetry(),
|
retry: getRetry(),
|
||||||
cancel_on_build_failing: isMergeQueue(),
|
cancel_on_build_failing: isMergeQueue(),
|
||||||
parallelism: os === "darwin" ? 2 : 10,
|
parallelism: os === "darwin" ? 2 : 20,
|
||||||
timeout_in_minutes: profile === "asan" || os === "windows" ? 45 : 30,
|
timeout_in_minutes: profile === "asan" || os === "windows" ? 45 : 30,
|
||||||
env: {
|
env: {
|
||||||
ASAN_OPTIONS: "allow_user_segv_handler=1:disable_coredump=0:detect_leaks=0",
|
ASAN_OPTIONS: "allow_user_segv_handler=1:disable_coredump=0:detect_leaks=0",
|
||||||
|
|||||||
Reference in New Issue
Block a user