parent
d5abff82e0
commit
ab4bdd59db
|
@ -83,7 +83,7 @@ args+=(
|
||||||
--enable-rpc-set-log-filter
|
--enable-rpc-set-log-filter
|
||||||
--ledger "$ledger_dir"
|
--ledger "$ledger_dir"
|
||||||
--rpc-port 8899
|
--rpc-port 8899
|
||||||
--snapshot-interval-slots 100
|
--snapshot-interval-slots 200
|
||||||
--identity "$identity"
|
--identity "$identity"
|
||||||
--vote-account "$vote_account"
|
--vote-account "$vote_account"
|
||||||
--rpc-faucet-address 127.0.0.1:9900
|
--rpc-faucet-address 127.0.0.1:9900
|
||||||
|
|
|
@ -96,7 +96,7 @@ waitForNodeToInit() {
|
||||||
echo "--- waiting for $hostname to boot up"
|
echo "--- waiting for $hostname to boot up"
|
||||||
SECONDS=
|
SECONDS=
|
||||||
while [[ ! -r $initCompleteFile ]]; do
|
while [[ ! -r $initCompleteFile ]]; do
|
||||||
if [[ $SECONDS -ge 240 ]]; then
|
if [[ $SECONDS -ge 600 ]]; then
|
||||||
echo "^^^ +++"
|
echo "^^^ +++"
|
||||||
echo "Error: $initCompleteFile not found in $SECONDS seconds"
|
echo "Error: $initCompleteFile not found in $SECONDS seconds"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue