mirror of https://gitee.com/bigwinds/arangodb
Relax timeout for cluster startup.
This commit is contained in:
parent
ca95acc246
commit
2b04526729
|
@ -417,7 +417,7 @@ launchActions.startServers = function (dispatchers, cmd, isRelaunch) {
|
||||||
|
|
||||||
var error = false;
|
var error = false;
|
||||||
for (i = 0;i < endpoints.length;i++) {
|
for (i = 0;i < endpoints.length;i++) {
|
||||||
if (! waitForServerUp(endpoints[i], 30)) {
|
if (! waitForServerUp(endpoints[i], 50)) {
|
||||||
error = true;
|
error = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue