1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Increase open_timeout [Bug #8986]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2013-10-07 06:36:27 +00:00
parent 6d07beb4c1
commit 5df9f0d839

View file

@ -403,7 +403,7 @@ module TestNetHTTP_version_1_1_methods
conn = Net::HTTP.new('localhost', port)
conn.read_timeout = 0.01
conn.open_timeout = 0.01
conn.open_timeout = 0.1
th = Thread.new do
assert_raise(Net::ReadTimeout) {