From d76d3162e51e850c531df0029cd705ab78c4d310 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 19 Jul 2018 10:11:04 -0700 Subject: [PATCH] Slow down deployment more --- ci/testnet-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/testnet-deploy.sh b/ci/testnet-deploy.sh index 94333383c9..6cb57af748 100755 --- a/ci/testnet-deploy.sh +++ b/ci/testnet-deploy.sh @@ -75,7 +75,7 @@ if ! $ROLLING_UPDATE; then --ssh-flag="-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" \ --command="echo sudo snap remove solana" & - if [[ $((count % 10)) = 0 ]]; then + if [[ $((count % 5)) = 0 ]]; then # Slow down deployment to avoid triggering GCP login # quota limits (each |ssh| counts as a login) sleep 3