From 354bc01f293bfceb930150abed080f49a3744bbb Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 29 Mar 2026 16:00:51 +0100 Subject: [PATCH] ci: raise test workflow timeouts --- .github/workflows/ci-bun.yml | 2 +- .github/workflows/ci.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-bun.yml b/.github/workflows/ci-bun.yml index b3ce0d0e0b3..b10131de3d5 100644 --- a/.github/workflows/ci-bun.yml +++ b/.github/workflows/ci-bun.yml @@ -78,7 +78,7 @@ jobs: needs: [preflight, build-bun-artifacts] if: needs.preflight.outputs.run_bun_checks == 'true' runs-on: blacksmith-16vcpu-ubuntu-2404 - timeout-minutes: 20 + timeout-minutes: 35 strategy: fail-fast: false matrix: ${{ fromJson(needs.preflight.outputs.bun_checks_matrix) }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e77ce9843eb..eded5115fc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -282,7 +282,7 @@ jobs: needs: [preflight] if: needs.preflight.outputs.run_checks_fast == 'true' runs-on: blacksmith-16vcpu-ubuntu-2404 - timeout-minutes: 20 + timeout-minutes: 35 strategy: fail-fast: false matrix: ${{ fromJson(needs.preflight.outputs.checks_fast_matrix) }} @@ -325,7 +325,7 @@ jobs: needs: [preflight, build-artifacts] if: always() && needs.preflight.outputs.run_checks == 'true' && needs.build-artifacts.result == 'success' runs-on: blacksmith-16vcpu-ubuntu-2404 - timeout-minutes: 20 + timeout-minutes: 35 strategy: fail-fast: false matrix: ${{ fromJson(needs.preflight.outputs.checks_matrix) }} @@ -416,7 +416,7 @@ jobs: needs: [preflight] if: needs.preflight.outputs.run_extension_fast == 'true' runs-on: blacksmith-16vcpu-ubuntu-2404 - timeout-minutes: 20 + timeout-minutes: 35 strategy: fail-fast: false matrix: ${{ fromJson(needs.preflight.outputs.extension_fast_matrix) }} @@ -716,7 +716,7 @@ jobs: needs: [preflight, build-artifacts] if: always() && needs.preflight.outputs.run_checks_windows == 'true' && needs.build-artifacts.result == 'success' runs-on: blacksmith-32vcpu-windows-2025 - timeout-minutes: 20 + timeout-minutes: 35 env: NODE_OPTIONS: --max-old-space-size=6144 # Keep total concurrency predictable on the 32 vCPU runner.