mirror of
https://github.com/juanfont/headscale.git
synced 2025-07-13 02:51:07 -04:00
.github/workflows: reduce integration retry to 3
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
22e6094a90
commit
4a8d2d9ed3
@ -15,7 +15,7 @@ on:
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
integration-test:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
# Github does not allow us to access secrets in pull requests,
|
||||
@ -75,7 +75,7 @@ jobs:
|
||||
# Some of the jobs might still require manual restart as they are really
|
||||
# slow and this will cause them to eventually be killed by Github actions.
|
||||
attempt_delay: 300000 # 5 min
|
||||
attempt_limit: 10
|
||||
attempt_limit: 3
|
||||
command: |
|
||||
nix develop --command -- hi run "^${{ inputs.test }}$" \
|
||||
--timeout=120m \
|
||||
|
Loading…
x
Reference in New Issue
Block a user