.github/workflows: reduce integration retry to 3

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2025-07-08 08:09:46 +02:00 committed by Kristoffer Dalby
parent 22e6094a90
commit 4a8d2d9ed3

View File

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