test: better client naming

This commit is contained in:
Ethan Buchman
2017-03-06 01:04:55 -05:00
parent d58a666445
commit fc6d22db32
4 changed files with 15 additions and 7 deletions

View File

@ -102,7 +102,7 @@ for failIndex in $(seq $failsStart $failsEnd); do
curl -s "$addr/status" > /dev/null
ERR=$?
i=$((i + 1))
if [[ $i == 10 ]]; then
if [[ $i == 20 ]]; then
echo "Timed out waiting for tendermint to start"
exit 1
fi