summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-07 06:36:27 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-07 06:36:27 +0000
commit5df9f0d8391938ba3a831a4820f80dea20974ad4 (patch)
tree22e7ba0150448932e2ad8d4b5c0a64c5bfa6a638
parent6d07beb4c162698d71e29a67b51ec31158fe5c6a (diff)
Increase open_timeout [Bug #8986]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--test/net/http/test_http.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/net/http/test_http.rb b/test/net/http/test_http.rb
index b07e2a48d6..fc6d50628e 100644
--- a/test/net/http/test_http.rb
+++ b/test/net/http/test_http.rb
@@ -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) {