mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
tests: reduce timeout on test-api (#16107)
Sometimes GHA gets wedged, and there is no need to waste 30 minutes on a job that usually takes < 3. e.g. stuck loading module cache, which is out of our control https://github.com/hashicorp/nomad/actions/runs/4135098558/jobs/7147128419
This commit is contained in:
2
.github/workflows/test-core.yaml
vendored
2
.github/workflows/test-core.yaml
vendored
@@ -88,7 +88,7 @@ jobs:
|
||||
tests-api:
|
||||
needs: [mods]
|
||||
runs-on: [custom, xl, 22.04]
|
||||
timeout-minutes: 30
|
||||
timeout-minutes: 8
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: hashicorp/setup-golang@v1
|
||||
|
||||
Reference in New Issue
Block a user