mirror of
https://github.com/vlang/v.git
synced 2025-09-09 07:15:50 -04:00
ci: bump the timeout-minutes for vinix-build to 10, to reduce false positives
This commit is contained in:
parent
cf0856cea9
commit
b88840e376
2
.github/workflows/vinix_ci.yml
vendored
2
.github/workflows/vinix_ci.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user