Extend snapshot interval in multinode demo (#9657)

automerge
This commit is contained in:
Dan Albert
2020-04-22 13:25:15 -06:00
committed by GitHub
parent d5abff82e0
commit ab4bdd59db
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