summaryrefslogtreecommitdiff
path: root/test/net/http/test_http.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/net/http/test_http.rb')
-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) {