From bae0921ef7208094044ab32ed92255b47f20ec70 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Tue, 4 Mar 2025 20:00:59 -0800 Subject: [PATCH] ci: this can take longer when CI is backed up --- .buildkite/ci.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/ci.mjs b/.buildkite/ci.mjs index 14a7efad0d..b3b2f4ca4c 100755 --- a/.buildkite/ci.mjs +++ b/.buildkite/ci.mjs @@ -471,7 +471,7 @@ function getBuildZigStep(platform, options) { cancel_on_build_failing: isMergeQueue(), env: getBuildEnv(platform, options), command: `bun run build:ci --target bun-zig --toolchain ${toolchain}`, - timeout_in_minutes: 25, + timeout_in_minutes: 35, }; }