mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Retry downloads more for unicode outage
like https://ci.appveyor.com/project/ruby/ruby/builds/24142523/job/v6aq4srj7c3hgt86
This commit is contained in:
parent
9348643575
commit
3067370f61
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ class Downloader
|
|||
$stdout.flush
|
||||
end
|
||||
begin
|
||||
data = with_retry(6) do
|
||||
data = with_retry(9) do
|
||||
url.read(options.merge(http_options(file, since.nil? ? true : since)))
|
||||
end
|
||||
rescue OpenURI::HTTPError => http_error
|
||||
|
|
Loading…
Reference in a new issue