1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Use our domain instead of other's domain

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56093 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2016-09-07 12:32:04 +00:00
parent aaf249dc57
commit d6e4975eaf

View file

@ -66,8 +66,8 @@ class TestTimeout < Test::Unit::TestCase
sleep 3
end
end
assert_raise_with_message(err, /connection to rubylang.org expired/) do
Timeout.timeout 0.01, err, "connection to rubylang.org expired" do
assert_raise_with_message(err, /connection to ruby-lang.org expired/) do
Timeout.timeout 0.01, err, "connection to ruby-lang.org expired" do
sleep 3
end
end