Slow down deployment more

This commit is contained in:
Michael Vines 2018-07-19 10:11:04 -07:00 committed by GitHub
parent d0a2d46923
commit d76d3162e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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