From b88840e37649d3b06566947c6a7556bfcca1f1a3 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 16 Sep 2023 15:56:07 +0300 Subject: [PATCH] ci: bump the timeout-minutes for vinix-build to 10, to reduce false positives --- .github/workflows/vinix_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vinix_ci.yml b/.github/workflows/vinix_ci.yml index 779e916ce6..de64a2344c 100644 --- a/.github/workflows/vinix_ci.yml +++ b/.github/workflows/vinix_ci.yml @@ -14,7 +14,7 @@ jobs: vinix-build: 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: 3 + timeout-minutes: 10 env: VFLAGS: -gc none steps: