Browse Source

test/persists: wait for tendermint proc

pull/414/head
Ethan Buchman 7 years ago
parent
commit
7c1e79cbc5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      test/persist/test_failure_indices.sh

+ 1
- 0
test/persist/test_failure_indices.sh 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


Loading…
Cancel
Save