Update timeout value in run.sh script

pull/115/head
Muhammad Atif Ali 2 years ago
parent 3b96d210c5
commit 1cfefb8d50

@ -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

@ -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

Loading…
Cancel
Save