ci: this can take longer when CI is backed up

This commit is contained in:
Meghan Denny
2025-03-04 20:00:59 -08:00
committed by GitHub
parent 7eab65df99
commit bae0921ef7

View File

@@ -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,
};
}