From 7c1e79cbc54fd02fe0db51f38b49ae7924a88342 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Tue, 21 Feb 2017 14:14:08 -0500 Subject: [PATCH] test/persists: wait for tendermint proc --- test/persist/test_failure_indices.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/persist/test_failure_indices.sh b/test/persist/test_failure_indices.sh index af29f637c..81721e65e 100644 --- a/test/persist/test_failure_indices.sh +++ b/test/persist/test_failure_indices.sh @@ -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