From 1cea1212c53d8f9bb0dfef335fcebddbc2be7560 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Mon, 24 Nov 2025 21:10:35 -0800 Subject: [PATCH] a bit more time --- .buildkite/ci.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/ci.mjs b/.buildkite/ci.mjs index bf346e6c69..f3642a66e5 100755 --- a/.buildkite/ci.mjs +++ b/.buildkite/ci.mjs @@ -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", },