From ecf8fcd45a80de5a8998a1185ae3831a93ec8c4e Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 1 Aug 2023 12:09:41 +0300 Subject: [PATCH] ci: bump timeout-minutes: to 20, for v-compiles-os-android, gg-regressions, doom-regressions, to reduce false positives --- .github/workflows/c2v_ci.yml | 2 +- .github/workflows/gg_regressions_ci.yml | 2 +- .github/workflows/vab_ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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