diff --git a/root/healthcheck.sh b/root/healthcheck.sh index fea1e1c..038e8c7 100755 --- a/root/healthcheck.sh +++ b/root/healthcheck.sh @@ -1,7 +1,7 @@ #!/bin/sh -e TARGET=localhost -CURL_OPTS="--connect-timeout 15 --silent --show-error --fail" +CURL_OPTS="--connect-timeout 15 --max-time 100 --silent --show-error --fail" curl ${CURL_OPTS} "http://${TARGET}:32400/identity" >/dev/null