Skip to content

Commit

Permalink
ci: bump timeout-minutes: to 20, for v-compiles-os-android, gg-regres…
Browse files Browse the repository at this point in the history
…sions, doom-regressions, to reduce false positives
  • Loading branch information
spytheman committed Aug 1, 2023
1 parent 177bb30 commit ecf8fcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/c2v_ci.yml
Expand Up @@ -60,7 +60,7 @@ jobs:
doom-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: 10
timeout-minutes: 20
env:
VFLAGS: -cc tcc
DISPLAY: :99
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gg_regressions_ci.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
gg-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: 10
timeout-minutes: 20
env:
VFLAGS: -cc tcc
DISPLAY: :99
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vab_ci.yml
Expand Up @@ -52,7 +52,7 @@ jobs:
v-compiles-os-android:
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: 10
timeout-minutes: 20
steps:
- uses: actions/checkout@v3
- name: Build V
Expand Down

0 comments on commit ecf8fcd

Please sign in to comment.