aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/pull.rb
diff options
context:
space:
mode:
authorMike McQuaid2016-05-10 09:06:59 +0100
committerMike McQuaid2016-05-10 09:06:59 +0100
commit5f06312916e8ae518e8a9f212f7e683c49ceee67 (patch)
tree40715b0ec268c953daf81bdfd67631c153a864d6 /Library/Homebrew/cmd/pull.rb
parent5c1f463ac0f1ac8b3dffc5d235071f9759aa5633 (diff)
downloadbrew-5f06312916e8ae518e8a9f212f7e683c49ceee67.tar.bz2
cmd/pull: bump retry count.
Diffstat (limited to 'Library/Homebrew/cmd/pull.rb')
-rw-r--r--Library/Homebrew/cmd/pull.rb2
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