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 ]