Increase timeout
This commit is contained in:
parent
494968be66
commit
57dfebc5ba
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue