Skip to content

Commit ab38193

Browse files
committed
CI: bump timeout on windows to 7h
1 parent c031b62 commit ab38193

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -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"

0 commit comments

Comments
 (0)