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) {