1
0
Fork 0

Relax timeout for cluster startup.

This commit is contained in:
Willi Goesgens 2015-03-26 13:45:01 +01:00
parent ca95acc246
commit 2b04526729
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ launchActions.startServers = function (dispatchers, cmd, isRelaunch) {
var error = false;
for (i = 0;i < endpoints.length;i++) {
if (! waitForServerUp(endpoints[i], 30)) {
if (! waitForServerUp(endpoints[i], 50)) {
error = true;
}
}