Skip to content

Commit

Permalink
ci: Increate brew retry interval (#13565)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax authored Oct 15, 2020
1 parent 63c94a4 commit 04ec855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/mac_ci_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ brew uninstall openssl@1.0.2t

export HOMEBREW_NO_AUTO_UPDATE=1
HOMEBREW_RETRY_ATTEMPTS=10
HOMEBREW_RETRY_INTERVAL=1
HOMEBREW_RETRY_INTERVAL=3


function is_installed {
Expand Down

0 comments on commit 04ec855

Please sign in to comment.