Skip poh speed test for local demo (#15580)

This commit is contained in:
sakridge 2021-02-28 13:03:56 -08:00 committed by GitHub
parent 21e08b5b2c
commit 334b581df2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,7 @@ args+=(
--identity "$identity"
--vote-account "$vote_account"
--rpc-faucet-address 127.0.0.1:9900
--no-poh-speed-test
)
default_arg --gossip-port 8001
default_arg --log -

View File

@ -8,6 +8,7 @@ source "$here"/common.sh
args=(
--max-genesis-archive-unpacked-size 1073741824
--no-poh-speed-test
)
airdrops_enabled=1
node_sol=500 # 500 SOL: number of SOL to airdrop the node for transaction fees and vote account rent exemption (ignored if airdrops_enabled=0)