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 d8596fd commit 58d2b77Copy full SHA for 58d2b77
test/net/http/test_httpresponse.rb
@@ -77,6 +77,8 @@ def test_read_body_block
77
end
78
79
def test_read_body_block_mod
80
+ # http://ci.rvm.jp/results/trunk-mjit-wait@silicon-docker/3019353
81
+ skip 'too unstable with --jit-wait, and extending read_timeout did not help it' if RubyVM::MJIT.enabled?
82
IO.pipe do |r, w|
83
buf = 'x' * 1024
84
buf.freeze
@@ -88,7 +90,6 @@ def test_read_body_block_mod
88
90
:ok
89
91
92
io = Net::BufferedIO.new(r)
- io.read_timeout *= 10 if RubyVM::MJIT.enabled? # for --jit-wait
93
res = Net::HTTPResponse.read_new(io)
94
nr = 0
95
res.reading_body io, true do
0 commit comments