Increase timeout

This commit is contained in:
Michael Vines 2020-07-24 11:03:04 -07:00
parent 494968be66
commit 57dfebc5ba
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ source multinode-demo/common.sh
rm -rf config/run/init-completed config/ledger config/snapshot-ledger
timeout 15 ./run.sh &
timeout 120 ./run.sh &
pid=$!
attempts=20