From 0d34fb8e7abe130e7b9f0890dd5de8cfaf92391d Mon Sep 17 00:00:00 2001 From: jinia91 Date: Thu, 9 Jun 2022 23:15:11 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=B0=ED=8F=AC=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/health.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/health.sh b/scripts/health.sh index e30126b..6335349 100644 --- a/scripts/health.sh +++ b/scripts/health.sh @@ -24,6 +24,7 @@ then # $up_count >= 1 ("real" 문자열이 있는지 검증) else echo " > Health check의 응답을 알 수 없거나 혹은 실행상태가 아닙니다 " echo "> Health check: ${RESPONSE}" + sleep 10 fi if [ ${RETRY_COUNT} -eq 10 ]