Skip to content

Commit

Permalink
chore: up retries
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow committed Dec 6, 2023
1 parent 15e2613 commit 6ca898b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/curl-retry-cl-health.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
url="http://localhost:3001/health"

# Number of retries
retries=10
retries=30

# Sleep between retries
sleepwait=1
Expand Down

0 comments on commit 6ca898b

Please sign in to comment.