Skip to content

Commit

Permalink
increase polling interval
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesimpson36 committed Jul 26, 2024
1 parent 9c08beb commit 98f327a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion c8run/internal/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ if [ "$1" = "start" ] ; then


function checkStartup {
RETRIES=6
RETRIES=12
SLEEP_TIME=10
URL=$1
NAME=$2
Expand Down
4 changes: 2 additions & 2 deletions c8run/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ runScript=$BASEDIR/internal/run.sh


function checkCamundaStartup {
RETRIES=12
SLEEP_TIME=10
RETRIES=24
SLEEP_TIME=14
URL=$1
NAME=$2
COMMAND="curl -XGET $URL"
Expand Down

0 comments on commit 98f327a

Please sign in to comment.