mirror of
https://github.com/vlang/v.git
synced 2025-09-10 16:00:31 -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:
|
vinix-build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
|
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:
|
env:
|
||||||
VFLAGS: -gc none
|
VFLAGS: -gc none
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user