diff --git a/register-and-run.sh b/register-and-run.sh index 4c5c3dc..329bf61 100644 --- a/register-and-run.sh +++ b/register-and-run.sh @@ -33,7 +33,7 @@ echo "Server IP address: ${SERVER_IP}" echo -e "\033[33mWaiting for the server to boot\033[0m" TIME_BEGIN=$(date +%s) -MAX_FAILS=120 +MAX_FAILS=1200 SLEEP=1 FAILS=0 while true; do