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 5088668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
curl --show-error --fail \
--connect-timeout 5 \
--max-time 10 \
--retry 5 \
--retry-delay 0 \
--retry 15 \
--retry-delay 3 \
--retry-max-time 40 \
"localhost:8000/ping" \
> /dev/null
Expand Down

0 comments on commit 5088668

Please sign in to comment.