ci: bump timeout-minutes: to 20, for v-compiles-os-android, gg-regressions, doom-regressions, to reduce false positives

This commit is contained in:
Delyan Angelov 2023-08-01 12:09:41 +03:00
parent 177bb30013
commit ecf8fcd45a
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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