From 1cfefb8d506d1ad7fdcadd08b063b241e17616a1 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 5 Jan 2024 17:23:41 +0300 Subject: [PATCH] Update timeout value in run.sh script --- jfrog-oauth/run.sh | 2 +- jfrog-token/run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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