mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-21 16:20:32 +00:00
test/persists: wait for tendermint proc
This commit is contained in:
@@ -61,6 +61,7 @@ for failIndex in $(seq $failsStart $failsEnd); do
|
||||
# tendermint should fail when it hits the fail index
|
||||
kill -9 "$PID_DUMMY"
|
||||
wait "$PID_DUMMY"
|
||||
wait "$PID_TENDERMINT"
|
||||
|
||||
start_procs 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user