ci: bump the timeout-minutes for vinix-build to 10, to reduce false positives

This commit is contained in:
Delyan Angelov 2023-09-16 15:56:07 +03:00
parent cf0856cea9
commit b88840e376
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

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