Skip to content

Commit

Permalink
Merge pull request #2633 from StackStorm/increase_sleep_v14
Browse files Browse the repository at this point in the history
Increase sleep because st2api hates me
  • Loading branch information
Patrick Hoolboom committed Apr 20, 2016
2 parents 18210d8 + 8b56133 commit cb7e59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion st2common/bin/st2ctl
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ case ${1} in
restart)
must_be_root
st2stop
sleep 1
sleep 10
st2start
getpids
;;
Expand Down

0 comments on commit cb7e59f

Please sign in to comment.