From a790ca50ba741f1bf173f5c54ceb9404a3e189c7 Mon Sep 17 00:00:00 2001 From: shugo Date: Mon, 7 Nov 2016 06:57:14 +0000 Subject: 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 --- test/net/smtp/test_smtp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3