Skip to content

Commit

Permalink
CI: bump retries
Browse files Browse the repository at this point in the history
  • Loading branch information
pjonsson committed Aug 7, 2024
1 parent 97e0448 commit 3721d9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
run: |
curl --show-error --fail \
--connect-timeout 5 \
--max-time 10 \
--retry 5 \
--retry-delay 0 \
--retry-max-time 40 \
--max-time 60 \
--retry 15 \
--retry-delay 3 \
--retry-max-time 140 \
"localhost:8000/ping" \
> /dev/null
Expand Down

0 comments on commit 3721d9e

Please sign in to comment.