diff --git a/start-loki.sh b/start-loki.sh index c2770bda9..8ea4a8149 100755 --- a/start-loki.sh +++ b/start-loki.sh @@ -178,6 +178,7 @@ fi # Wait till Loki is available TRIES=0 +RETRIES=25 if [ ! "$QUICK_STARTUP" = "1" ]; then until $(curl --output /dev/null -f --silent http://localhost:$LOKI_PORT) || [ $TRIES -eq $RETRIES ]; do ((TRIES = TRIES + 1))