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 0ab81d0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,11 @@ jobs:
run: |
curl --show-error --fail \
--connect-timeout 5 \
--max-time 10 \
--retry 5 \
--retry-delay 0 \
--retry-max-time 40 \
"localhost:8000/ping" \
> /dev/null
--max-time 60 \
--retry 15 \
--retry-delay 3 \
--retry-max-time 140 \
"localhost:8000/ping"
- name: Test WMS GetCapabilities
run: |
Expand Down

0 comments on commit 0ab81d0

Please sign in to comment.