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

automerge
This commit is contained in:
mergify[bot]
2020-04-22 13:45:01 -07:00
committed by GitHub
parent 82e02d0734
commit d8aa107fae
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