mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: bump the timeout to 181 minutes for the windows-msvc and windows-gcc jobs
This commit is contained in:
parent
580d9cedc7
commit
ae6fc64fb3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/windows_ci.yml
vendored
4
.github/workflows/windows_ci.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
windows-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: 121
|
||||
timeout-minutes: 181
|
||||
env:
|
||||
VFLAGS: -cc gcc
|
||||
VERBOSE_MAKE: 1
|
||||
|
@ -81,7 +81,7 @@ jobs:
|
|||
windows-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: 121
|
||||
timeout-minutes: 181
|
||||
env:
|
||||
VFLAGS: -cc msvc
|
||||
VERBOSE_MAKE: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue