Merge branch 'integration-test-concurrent-join' of github.com:kradalby/headscale into integration-test-concurrent-join
This commit is contained in:
commit
7e6e093f17
1 changed files with 1 additions and 0 deletions
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 a new issue