mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-20 19:09:07 +01:00
Add timeout
This commit is contained in:
parent
fe2f75d13d
commit
f7eeb979fb
1
.github/workflows/test-integration.yml
vendored
1
.github/workflows/test-integration.yml
vendored
@ -31,6 +31,7 @@ jobs:
|
||||
if: steps.changed-files.outputs.any_changed == 'true'
|
||||
uses: nick-invision/retry@v2
|
||||
with:
|
||||
timeout_minutes: 100
|
||||
max_attempts: 5
|
||||
retry_on: error
|
||||
command: go test -tags integration -timeout 20m
|
||||
|
Loading…
Reference in New Issue
Block a user