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:...@@ -73,6 +73,7 @@ jobs:
73 - name: Build and Test73 - name: Build and Test
74 run: ci/aarch64-macos-release.sh74 run: ci/aarch64-macos-release.sh
75 x86_64-windows-debug:75 x86_64-windows-debug:
76 timeout-minutes: 420
76 runs-on: [self-hosted, Windows, x86_64]77 runs-on: [self-hosted, Windows, x86_64]
77 env:78 env:
78 ARCH: "x86_64"79 ARCH: "x86_64"
...@@ -82,6 +83,7 @@ jobs:...@@ -82,6 +83,7 @@ jobs:
82 - name: Build and Test83 - name: Build and Test
83 run: ci/x86_64-windows-debug.ps184 run: ci/x86_64-windows-debug.ps1
84 x86_64-windows-release:85 x86_64-windows-release:
86 timeout-minutes: 420
85 runs-on: [self-hosted, Windows, x86_64]87 runs-on: [self-hosted, Windows, x86_64]
86 env:88 env:
87 ARCH: "x86_64"89 ARCH: "x86_64"