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:
parent
6d07beb4c1
commit
5df9f0d839
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue