Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 0bc386b

Browse files
committed
Use bench-tps default duration
1 parent 771f943 commit 0bc386b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/testnet-deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ client_run \
230230
sudo snap install solana --$SOLANA_SNAP_CHANNEL --devmode; \
231231
snap info solana; \
232232
tmux new -s solana -d \" \
233-
/snap/bin/solana.bench-tps $SOLANA_NET_URL ${#vmlist[@]} --loop -s 600 2>&1 | tee /tmp/solana.log; \
233+
/snap/bin/solana.bench-tps $SOLANA_NET_URL ${#vmlist[@]} --loop 2>&1 | tee /tmp/solana.log; \
234234
echo Error: bench-tps should never exit; \
235235
bash \
236236
\"; \

0 commit comments

Comments
 (0)