From 645791c35e7fbe435db7122ce1828b01110dbaf1 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 27 Feb 2026 16:20:02 +0000 Subject: [PATCH] ci: add timeout for windows checks job --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7bef285a7a..19b3cc497e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -404,6 +404,7 @@ jobs: needs: [docs-scope, changed-scope, build-artifacts, check] if: needs.docs-scope.outputs.docs_only != 'true' && (github.event_name == 'push' || needs.changed-scope.outputs.run_node == 'true') runs-on: blacksmith-16vcpu-windows-2025 + timeout-minutes: 45 env: NODE_OPTIONS: --max-old-space-size=4096 # Keep total concurrency predictable on the 16 vCPU runner: