diff --git a/.github/workflows/c2v_ci.yml b/.github/workflows/c2v_ci.yml index 058e8a31a2..7874ead07e 100644 --- a/.github/workflows/c2v_ci.yml +++ b/.github/workflows/c2v_ci.yml @@ -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 diff --git a/.github/workflows/gg_regressions_ci.yml b/.github/workflows/gg_regressions_ci.yml index 4819521be2..70ef3f23ea 100644 --- a/.github/workflows/gg_regressions_ci.yml +++ b/.github/workflows/gg_regressions_ci.yml @@ -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 diff --git a/.github/workflows/vab_ci.yml b/.github/workflows/vab_ci.yml index 4e3bf9ebba..c0c0a22f32 100644 --- a/.github/workflows/vab_ci.yml +++ b/.github/workflows/vab_ci.yml @@ -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