From 735a0ee16d100436fe236eac06ae500380911137 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 24 Jul 2018 14:39:29 -0700 Subject: [PATCH] Switch back to running bench-tps in 10 minute iterations --- ci/testnet-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/testnet-deploy.sh b/ci/testnet-deploy.sh index 38c1d81ecb..4749e718a0 100755 --- a/ci/testnet-deploy.sh +++ b/ci/testnet-deploy.sh @@ -158,7 +158,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 -t \$threadCount 2>&1 | tee /tmp/solana.log; \ + /snap/bin/solana.bench-tps $SOLANA_NET_URL $fullnode_count --loop -s 600 -t \$threadCount 2>&1 | tee /tmp/solana.log; \ echo Error: bench-tps should never exit; \ bash \ \"; \