1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-12-20 19:09:07 +01:00

Add timeout

This commit is contained in:
Kristoffer Dalby 2022-02-22 13:46:59 +00:00 committed by GitHub
parent fe2f75d13d
commit f7eeb979fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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