From dcdc46b97cdc7e14e28fa5f927d8c0009e87592f Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 20 Jan 2020 19:19:15 -0700 Subject: [PATCH] Assume 1 or more validators --- ci/testnet-sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/testnet-sanity.sh b/ci/testnet-sanity.sh index f3703af9e..4acd98483 100755 --- a/ci/testnet-sanity.sh +++ b/ci/testnet-sanity.sh @@ -60,7 +60,7 @@ trap shutdown EXIT INT set -x for zone in "$@"; do echo "--- $cloudProvider config [$zone]" - timeout 5m net/"$cloudProvider".sh config $maybePublicNetwork -p "$netName" -z "$zone" + timeout 5m net/"$cloudProvider".sh config $maybePublicNetwork -n 1 -p "$netName" -z "$zone" net/init-metrics.sh -e echo "+++ $cloudProvider.sh info" net/"$cloudProvider".sh info