summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-07 06:57:14 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-07 06:57:14 +0000
commit233fa910d1231720b71dea10cecda84ab1365fa5 (patch)
tree58e640dc3944e7f8bf7724621538ff8870864cb0 /test
parent4c5f4258aac15c8162e8e9c08ad45781511c3d48 (diff)
Extend Net::HTTP#open_timeout for chkbuild on Solaris 10s.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/net/smtp/test_smtp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/net/smtp/test_smtp.rb b/test/net/smtp/test_smtp.rb
index da85331805..bf25af5b58 100644
--- a/test/net/smtp/test_smtp.rb
+++ b/test/net/smtp/test_smtp.rb
@@ -128,7 +128,7 @@ module Net
end
smtp = Net::SMTP.new("localhost", servers[0].local_address.ip_port)
smtp.enable_tls
- smtp.open_timeout = 0.1
+ smtp.open_timeout = 1
smtp.start do
end
ensure