From ab381933c87bcc744058d25a876cfdc0d23fc674 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 26 Feb 2025 22:29:41 -0800 Subject: [PATCH] CI: bump timeout on windows to 7h --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 253b8a68b5..4700a183e6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,6 +73,7 @@ jobs: - name: Build and Test run: ci/aarch64-macos-release.sh x86_64-windows-debug: + timeout-minutes: 420 runs-on: [self-hosted, Windows, x86_64] env: ARCH: "x86_64" @@ -82,6 +83,7 @@ jobs: - name: Build and Test run: ci/x86_64-windows-debug.ps1 x86_64-windows-release: + timeout-minutes: 420 runs-on: [self-hosted, Windows, x86_64] env: ARCH: "x86_64"