aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-09-14 08:09:26 +0100
committerMike McQuaid2015-09-14 08:09:26 +0100
commit49dde3c5599a5463592428262aa63c05aff75221 (patch)
tree821ffba0e6677b18486ae358fd2386aa4d17bcb8 /Library
parentdeca462d9ee421253dd57cec2002edfe033377d9 (diff)
downloadbrew-49dde3c5599a5463592428262aa63c05aff75221.tar.bz2
pull: increase Bintray fetch retries.
Diffstat (limited to 'Library')
-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 308a1c158..bbcfd1615 100644
--- a/Library/Homebrew/cmd/pull.rb
+++ b/Library/Homebrew/cmd/pull.rb
@@ -211,7 +211,7 @@ module Homebrew
end
bintray_fetch_formulae.each do |f|
- max_retries = 5
+ max_retries = 8
retry_count = 0
begin
success = system "brew", "fetch", "--force-bottle", f.full_name