diff options
| author | Mike McQuaid | 2016-05-10 09:06:59 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-05-10 09:06:59 +0100 |
| commit | 5f06312916e8ae518e8a9f212f7e683c49ceee67 (patch) | |
| tree | 40715b0ec268c953daf81bdfd67631c153a864d6 /Library/Homebrew/cmd | |
| parent | 5c1f463ac0f1ac8b3dffc5d235071f9759aa5633 (diff) | |
| download | brew-5f06312916e8ae518e8a9f212f7e683c49ceee67.tar.bz2 | |
cmd/pull: bump retry count.
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/pull.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/pull.rb b/Library/Homebrew/cmd/pull.rb index f8ea1c2f0..815ae60a4 100644 --- a/Library/Homebrew/cmd/pull.rb +++ b/Library/Homebrew/cmd/pull.rb @@ -495,7 +495,7 @@ module Homebrew return if formulae_names.empty? ohai "Verifying bottles published on Bintray" formulae = formulae_names.map { |n| Formula[n] } - max_retries = 32 # shared among all bottles + max_retries = 300 # shared among all bottles poll_retry_delay_seconds = 2 HOMEBREW_CACHE.cd do |
