Skip to content

Commit

Permalink
ci: bump the timeout-minutes for the windows jobs again (to 271m this…
Browse files Browse the repository at this point in the history
… time)
  • Loading branch information
spytheman committed Nov 16, 2023
1 parent 9e2b238 commit 7778618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows_ci.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
gcc:
runs-on: windows-2019
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
timeout-minutes: 241
timeout-minutes: 271
env:
VFLAGS: -cc gcc
VERBOSE_MAKE: 1
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
msvc:
runs-on: windows-2019
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
timeout-minutes: 241
timeout-minutes: 271
env:
VFLAGS: -cc msvc
VERBOSE_MAKE: 1
Expand Down

0 comments on commit 7778618

Please sign in to comment.