test/persists: wait for tendermint proc

This commit is contained in:
Ethan Buchman
2017-02-21 14:14:08 -05:00
parent 7fab31fbe3
commit 7c1e79cbc5

View File

@@ -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