authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-02-26 22:29:41-08:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-02-26 22:29:41-08:00
logab381933c87bcc744058d25a876cfdc0d23fc674
treefdf80f73be82a4d749c1e4a0b421def6740afc33
parentc031b62b83cf15cb4374103f73c882afd94355e4

CI: bump timeout on windows to 7h


1 files changed, 2 insertions(+), 0 deletions(-)

.github/workflows/ci.yaml+2
......@@ -73,6 +73,7 @@ jobs:
7373 - name: Build and Test
7474 run: ci/aarch64-macos-release.sh
7575 x86_64-windows-debug:
76 timeout-minutes: 420
7677 runs-on: [self-hosted, Windows, x86_64]
7778 env:
7879 ARCH: "x86_64"
......@@ -82,6 +83,7 @@ jobs:
8283 - name: Build and Test
8384 run: ci/x86_64-windows-debug.ps1
8485 x86_64-windows-release:
86 timeout-minutes: 420
8587 runs-on: [self-hosted, Windows, x86_64]
8688 env:
8789 ARCH: "x86_64"