Skip to content

Commit 3703a86

Browse files
committed
ci: reduce the timeouts in windows_ci.yml to 60 minutes (V is now faster, and the runners use faster hardware as well)
1 parent 4a197d7 commit 3703a86

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/windows_ci.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ concurrency:
2626
jobs:
2727
gcc:
2828
runs-on: windows-2019
29-
timeout-minutes: 271
29+
timeout-minutes: 60
3030
env:
3131
VFLAGS: -cc gcc
3232
steps:
@@ -77,7 +77,7 @@ jobs:
7777

7878
msvc:
7979
runs-on: windows-2019
80-
timeout-minutes: 271
80+
timeout-minutes: 60
8181
env:
8282
VFLAGS: -cc msvc
8383
steps:
@@ -125,7 +125,7 @@ jobs:
125125

126126
tcc:
127127
runs-on: windows-2019
128-
timeout-minutes: 181
128+
timeout-minutes: 60
129129
env:
130130
VFLAGS: -cc tcc -no-retry-compilation
131131
steps:

0 commit comments

Comments
 (0)