ci: bump timeout-minutes for recenly timeout-ing jobs (mostly gcc on windows)

This commit is contained in:
Delyan Angelov 2023-11-14 22:38:59 +02:00
parent 51efe040ad
commit 0827949b5d
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
3 changed files with 6 additions and 6 deletions

View file

@ -19,7 +19,7 @@ jobs:
alpine-docker-musl-gcc:
runs-on: ubuntu-20.04
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
timeout-minutes: 181
timeout-minutes: 241
container:
# Alpine docker pre-built container
image: thevlang/vlang:alpine-build

View file

@ -26,7 +26,7 @@ jobs:
code-formatting:
runs-on: ubuntu-20.04
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
timeout-minutes: 15
timeout-minutes: 30
env:
VFLAGS: -cc gcc
steps:
@ -43,7 +43,7 @@ jobs:
performance-regressions:
runs-on: ubuntu-20.04
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
timeout-minutes: 15
timeout-minutes: 30
env:
VFLAGS: -cc gcc
steps:

View file

@ -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: 181
timeout-minutes: 241
env:
VFLAGS: -cc gcc
VERBOSE_MAKE: 1
@ -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: 181
timeout-minutes: 241
env:
VFLAGS: -cc msvc
VERBOSE_MAKE: 1
@ -105,7 +105,7 @@ jobs:
tcc:
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 tcc -no-retry-compilation
VJOBS: 1