Don't keep 10 sec timeout that i used for testing...

This commit is contained in:
Paweł Chmielowski 2015-12-08 11:28:03 +01:00
parent 7a69dab596
commit 67f93b0d60
1 changed files with 1 additions and 1 deletions

View File

@ -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)