Tell the client to transact for 1 hour blocks

This commit is contained in:
Michael Vines 2018-07-20 17:52:19 -07:00 committed by GitHub
parent 52c55a0335
commit 009d5adcba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ client_run \
sudo snap install solana --$SOLANA_SNAP_CHANNEL --devmode; \
snap info solana; \
tmux new -s solana -d \" \
/snap/bin/solana.client-demo $SOLANA_NET_URL ${#vmlist[@]} --loop 2>&1 | tee /tmp/solana.log; \
/snap/bin/solana.client-demo $SOLANA_NET_URL ${#vmlist[@]} --loop -s 3600 2>&1 | tee /tmp/solana.log; \
echo Error: client-demo should never exit; \
bash \
\"; \