From: Paweł Chmielowski Date: Tue, 8 Dec 2015 10:28:03 +0000 (+0100) Subject: Don't keep 10 sec timeout that i used for testing... X-Git-Tag: 16.01~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67f93b0d6053a41e65d0480af584877fb12847fc;p=ejabberd Don't keep 10 sec timeout that i used for testing... --- diff --git a/src/ejabberd_ctl.erl b/src/ejabberd_ctl.erl index b0a1069d9..a8d15c169 100644 --- a/src/ejabberd_ctl.erl +++ b/src/ejabberd_ctl.erl @@ -67,7 +67,7 @@ start() -> [SNode2, "--no-timeout" | Args2] -> [SNode2, infinity, Args2]; [SNode3 | Args3] -> - [SNode3, 10000, Args3]; + [SNode3, 60000, Args3]; _ -> print_usage(), halt(?STATUS_USAGE)