a bit more time

This commit is contained in:
Meghan Denny
2025-11-24 21:10:35 -08:00
parent 9fd3d2d54d
commit 1cea1212c5

View File

@@ -591,7 +591,7 @@ function getTestBunStep(platform, options, testOptions = {}) {
retry: getRetry(),
cancel_on_build_failing: isMergeQueue(),
parallelism: os === "darwin" ? 2 : 10,
timeout_in_minutes: profile === "asan" || os === "windows" ? 45 : 30,
timeout_in_minutes: 45,
env: {
ASAN_OPTIONS: "allow_user_segv_handler=1:disable_coredump=0:detect_leaks=0",
},