mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
Try increasing read_timeout a little more
It failed again http://ci.rvm.jp/results/trunk-mjit-wait@silicon-docker/3018488
This commit is contained in:
parent
eed4aaa0bf
commit
7658a0f8fe
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ EOS
|
|||
:ok
|
||||
end
|
||||
io = Net::BufferedIO.new(r)
|
||||
io.read_timeout *= 5 if RubyVM::MJIT.enabled? # for --jit-wait
|
||||
io.read_timeout *= 10 if RubyVM::MJIT.enabled? # for --jit-wait
|
||||
res = Net::HTTPResponse.read_new(io)
|
||||
nr = 0
|
||||
res.reading_body io, true do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue