We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277959b commit d8596fdCopy full SHA for d8596fd
test/net/http/test_httpresponse.rb
@@ -88,7 +88,7 @@ def test_read_body_block_mod
88
:ok
89
end
90
io = Net::BufferedIO.new(r)
91
- io.read_timeout *= 5 if RubyVM::MJIT.enabled? # for --jit-wait
+ io.read_timeout *= 10 if RubyVM::MJIT.enabled? # for --jit-wait
92
res = Net::HTTPResponse.read_new(io)
93
nr = 0
94
res.reading_body io, true do
0 commit comments