diff --git a/jfrog-oauth/run.sh b/jfrog-oauth/run.sh index 3a65793..939c86e 100644 --- a/jfrog-oauth/run.sh +++ b/jfrog-oauth/run.sh @@ -75,7 +75,7 @@ fi if [ "${CONFIGURE_CODE_SERVER}" == "true" ]; then while ! [ -x /tmp/code-server/bin/code-server ]; do counter=0 - if [ $counter -eq 30 ]; then + if [ $counter -eq 60 ]; then echo "Timed out waiting for /tmp/code-server/bin/code-server to be installed." exit 1 fi diff --git a/jfrog-token/run.sh b/jfrog-token/run.sh index 0b66293..55f4800 100644 --- a/jfrog-token/run.sh +++ b/jfrog-token/run.sh @@ -75,7 +75,7 @@ fi if [ "${CONFIGURE_CODE_SERVER}" == "true" ]; then while ! [ -x /tmp/code-server/bin/code-server ]; do counter=0 - if [ $counter -eq 30 ]; then + if [ $counter -eq 60 ]; then echo "Timed out waiting for /tmp/code-server/bin/code-server to be installed." exit 1 fi