From 7ebbaaeb2d3796c4def64eec95ebff5775745b86 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sun, 22 Jul 2018 16:21:04 -0700 Subject: [PATCH] Use bench-tps default duration --- 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 0987d005ac..4bbd086fd3 100755 --- a/ci/testnet-deploy.sh +++ b/ci/testnet-deploy.sh @@ -230,7 +230,7 @@ client_run \ sudo snap install solana --$SOLANA_SNAP_CHANNEL --devmode; \ snap info solana; \ tmux new -s solana -d \" \ - /snap/bin/solana.bench-tps $SOLANA_NET_URL ${#vmlist[@]} --loop -s 600 2>&1 | tee /tmp/solana.log; \ + /snap/bin/solana.bench-tps $SOLANA_NET_URL ${#vmlist[@]} --loop 2>&1 | tee /tmp/solana.log; \ echo Error: bench-tps should never exit; \ bash \ \"; \