From ee0638fd3c889a71df7bd5576a83a52faab1026d Mon Sep 17 00:00:00 2001 From: jinia91 Date: Thu, 9 Jun 2022 23:05:42 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=B0=ED=8F=AC=20=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/stop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/stop.sh b/scripts/stop.sh index c3ef020..274a9fd 100644 --- a/scripts/stop.sh +++ b/scripts/stop.sh @@ -16,6 +16,6 @@ then else echo "> kill -15 $IDLE_PID" kill -15 ${IDLE_PID} - sleep 5 + sleep 50 fi