1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: bump the timeout to 181 minutes for the windows-msvc and windows-gcc jobs

This commit is contained in:
Delyan Angelov 2023-03-30 09:01:07 +03:00
parent 580d9cedc7
commit ae6fc64fb3
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -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