From 8b561339791e0a2be84a9101ebc57b34565be095 Mon Sep 17 00:00:00 2001 From: Patrick Hoolboom Date: Tue, 19 Apr 2016 16:55:08 -0700 Subject: [PATCH] Increase sleep because st2api hates me --- st2common/bin/st2ctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/st2common/bin/st2ctl b/st2common/bin/st2ctl index 40e243100b..e59b735835 100755 --- a/st2common/bin/st2ctl +++ b/st2common/bin/st2ctl @@ -178,7 +178,7 @@ case ${1} in restart) must_be_root st2stop - sleep 1 + sleep 10 st2start getpids ;;