ruby-changes:61886
From: Takashi <ko1@a...>
Date: Mon, 22 Jun 2020 15:22:19 +0900 (JST)
Subject: [ruby-changes:61886] 7658a0f8fe (master): Try increasing read_timeout a little more
https://git.ruby-lang.org/ruby.git/commit/?id=7658a0f8fe From 7658a0f8fe9586b66f2a8f1efb652d2bcffad358 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Sun, 21 Jun 2020 23:21:47 -0700 Subject: Try increasing read_timeout a little more It failed again http://ci.rvm.jp/results/trunk-mjit-wait@silicon-docker/3018488 diff --git a/test/net/http/test_httpresponse.rb b/test/net/http/test_httpresponse.rb index ca4263e..f408195 100644 --- a/test/net/http/test_httpresponse.rb +++ b/test/net/http/test_httpresponse.rb @@ -88,7 +88,7 @@ EOS https://github.com/ruby/ruby/blob/trunk/test/net/http/test_httpresponse.rb#L88 :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 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/