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:
parent
aaf249dc57
commit
d6e4975eaf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user