mirror of
https://github.com/ruby/ruby.git
synced 2025-09-23 20:44:00 +02:00
* 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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue