fix tests

This commit is contained in:
Ethan Buchman
2017-01-13 00:54:01 -05:00
parent 1e25e9f58f
commit ba7ca4f372
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ set -eu
NUM_OF_PEERS=$1
# how many attempts for each peer to catch up by height
MAX_ATTEMPTS_TO_CATCH_UP=10
MAX_ATTEMPTS_TO_CATCH_UP=20
echo "Waiting for nodes to come online"
set +e