Skip to content

Commit d8596fd

Browse files
k0kubunhsbt
authored andcommitted
Try increasing read_timeout a little more
It failed again http://ci.rvm.jp/results/trunk-mjit-wait@silicon-docker/3018488
1 parent 277959b commit d8596fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/net/http/test_httpresponse.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def test_read_body_block_mod
8888
:ok
8989
end
9090
io = Net::BufferedIO.new(r)
91-
io.read_timeout *= 5 if RubyVM::MJIT.enabled? # for --jit-wait
91+
io.read_timeout *= 10 if RubyVM::MJIT.enabled? # for --jit-wait
9292
res = Net::HTTPResponse.read_new(io)
9393
nr = 0
9494
res.reading_body io, true do

0 commit comments

Comments
 (0)