Skip to content

Commit

Permalink
ci: bump timeout-minutes for recenly timeout-ing jobs (mostly gcc on …
Browse files Browse the repository at this point in the history
…windows)
  • Loading branch information
spytheman committed Nov 14, 2023
1 parent 51efe04 commit 0827949
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/containers_ci.yml
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/other_ci.yml
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
6 changes: 3 additions & 3 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: 181
timeout-minutes: 241
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: 181
timeout-minutes: 241
env:
VFLAGS: -cc msvc
VERBOSE_MAKE: 1
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0827949

Please sign in to comment.