Skip to content

Commit 0827949

Browse files
committed
ci: bump timeout-minutes for recenly timeout-ing jobs (mostly gcc on windows)
1 parent 51efe04 commit 0827949

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/containers_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
alpine-docker-musl-gcc:
2020
runs-on: ubuntu-20.04
2121
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
22-
timeout-minutes: 181
22+
timeout-minutes: 241
2323
container:
2424
# Alpine docker pre-built container
2525
image: thevlang/vlang:alpine-build

.github/workflows/other_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
code-formatting:
2727
runs-on: ubuntu-20.04
2828
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
29-
timeout-minutes: 15
29+
timeout-minutes: 30
3030
env:
3131
VFLAGS: -cc gcc
3232
steps:
@@ -43,7 +43,7 @@ jobs:
4343
performance-regressions:
4444
runs-on: ubuntu-20.04
4545
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
46-
timeout-minutes: 15
46+
timeout-minutes: 30
4747
env:
4848
VFLAGS: -cc gcc
4949
steps:

.github/workflows/windows_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
gcc:
88
runs-on: windows-2019
99
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
10-
timeout-minutes: 181
10+
timeout-minutes: 241
1111
env:
1212
VFLAGS: -cc gcc
1313
VERBOSE_MAKE: 1
@@ -59,7 +59,7 @@ jobs:
5959
msvc:
6060
runs-on: windows-2019
6161
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
62-
timeout-minutes: 181
62+
timeout-minutes: 241
6363
env:
6464
VFLAGS: -cc msvc
6565
VERBOSE_MAKE: 1
@@ -105,7 +105,7 @@ jobs:
105105
tcc:
106106
runs-on: windows-2019
107107
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
108-
timeout-minutes: 121
108+
timeout-minutes: 181
109109
env:
110110
VFLAGS: -cc tcc -no-retry-compilation
111111
VJOBS: 1

0 commit comments

Comments
 (0)