Extend snapshot interval in multinode demo (#9657) (#9661)

automerge
This commit is contained in:
mergify[bot]
2020-04-22 14:39:25 -07:00
committed by GitHub
parent 0a5905a02c
commit 740c1df045
2 changed files with 2 additions and 2 deletions

View File

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