Increase node start stagger (#6566) (#6567)

automerge
This commit is contained in:
mergify[bot]
2019-10-25 17:20:13 -07:00
committed by Grimes
parent ea2b26e5f5
commit be79d97dde
2 changed files with 4 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ waitForNodeToInit() {
echo "--- waiting for $hostname to boot up"
SECONDS=
while [[ ! -r $initCompleteFile ]]; do
if [[ $SECONDS -ge 120 ]]; then
if [[ $SECONDS -ge 240 ]]; then
echo "^^^ +++"
echo "Error: $initCompleteFile not found in $SECONDS seconds"
exit 1