From 623e4541c8baf1b5cd7570a227d293d6e300a57c Mon Sep 17 00:00:00 2001 From: clement-z <6691770+clement-z@users.noreply.github.com> Date: Tue, 19 Jan 2021 02:28:17 +0100 Subject: [PATCH] Increase healthcheck ping timeout (#1627) --- scripts/healthcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/healthcheck.sh b/scripts/healthcheck.sh index b7f3452c8..b915e96a8 100755 --- a/scripts/healthcheck.sh +++ b/scripts/healthcheck.sh @@ -11,7 +11,7 @@ then HOST="google.com" fi -ping -c 2 -w 5 $HOST # Get at least 2 responses and timeout after 5 seconds +ping -c 2 -w 10 $HOST # Get at least 2 responses and timeout after 10 seconds STATUS=$? if [[ ${STATUS} -ne 0 ]] then