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 1066156 commit 277959bCopy full SHA for 277959b
test/net/http/test_httpresponse.rb
@@ -88,6 +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
92
res = Net::HTTPResponse.read_new(io)
93
nr = 0
94
res.reading_body io, true do
0 commit comments