diff --git a/ci/testnet-deploy.sh b/ci/testnet-deploy.sh index bf40190f10..865ec1b783 100755 --- a/ci/testnet-deploy.sh +++ b/ci/testnet-deploy.sh @@ -162,7 +162,7 @@ client_start() { threadCount=\$(nproc); \ if [[ \$threadCount -gt 4 ]]; then threadCount=4; fi; \ tmux new -s solana -d \" \ - /snap/bin/solana.bench-tps $SOLANA_NET_URL $fullnode_count --loop -s 600 -t \$threadCount 2>&1 | tee /tmp/solana.log; \ + /snap/bin/solana.bench-tps $SOLANA_NET_URL $fullnode_count --loop -s 600 --sustained -t \$threadCount 2>&1 | tee /tmp/solana.log; \ echo Error: bench-tps should never exit; \ bash \ \"; \