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:
parent
aaf249dc57
commit
d6e4975eaf
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue