* test/ruby/test_module.rb: Bump up timeout in
test_prepend_visibility_inherited for slow or heavily-loaded systems or slower-launching impls. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
975dcbbcf9
commit
195f56abf1
@ -1634,7 +1634,7 @@ class TestModule < Test::Unit::TestCase
|
||||
|
||||
def test_prepend_visibility_inherited
|
||||
bug8238 = '[ruby-core:54105] [Bug #8238]'
|
||||
assert_separately [], <<-"end;", timeout: 3
|
||||
assert_separately [], <<-"end;", timeout: 20
|
||||
class A
|
||||
def foo() A; end
|
||||
private :foo
|
||||
|
Loading…
x
Reference in New Issue
Block a user