From 5df9f0d8391938ba3a831a4820f80dea20974ad4 Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 7 Oct 2013 06:36:27 +0000 Subject: Increase open_timeout [Bug #8986] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/net/http/test_http.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/net') 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) { -- cgit v1.2.3