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:
Takashi Kokubun 2020-06-21 23:21:47 -07:00
parent eed4aaa0bf
commit 7658a0f8fe
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -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