From 195f56abf14e80955c3f9846c6190f549e79dcfd Mon Sep 17 00:00:00 2001 From: headius Date: Sun, 20 Jul 2014 22:42:47 +0000 Subject: * 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 --- test/ruby/test_module.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ruby/test_module.rb b/test/ruby/test_module.rb index af626e5f47..95758aa6d4 100644 --- a/test/ruby/test_module.rb +++ b/test/ruby/test_module.rb @@ -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 -- cgit v1.2.3