From dd1c3514a8b28e432cad5baa3ac6d2f6449831ac Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 12 Jun 2019 08:40:56 -0700 Subject: [PATCH] Use auto hashes-per-tick config for testnet testnet --- ci/testnet-manager.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ci/testnet-manager.sh b/ci/testnet-manager.sh index 0d05d67234..b0d3eee7a2 100755 --- a/ci/testnet-manager.sh +++ b/ci/testnet-manager.sh @@ -382,8 +382,7 @@ deploy() { ${skipCreate:+-e} \ ${maybeSkipStart:+-s} \ ${maybeStop:+-S} \ - ${maybeDelete:+-D} \ - --hashes-per-tick sleep + ${maybeDelete:+-D} if [[ -n $GCE_NODE_COUNT ]]; then # shellcheck disable=SC2068 @@ -393,8 +392,7 @@ deploy() { ${skipStart:+-s} \ ${maybeStop:+-S} \ ${maybeDelete:+-D} \ - -x \ - --hashes-per-tick sleep + -x fi ) ;;