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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ args+=(
--enable-rpc-set-log-filter
--ledger "$ledger_dir"
--rpc-port 8899
--snapshot-interval-slots 100
--snapshot-interval-slots 200
--identity "$identity"
--vote-account "$vote_account"
--rpc-faucet-address 127.0.0.1:9900

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