aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_module.rb
diff options
context:
space:
mode:
authorheadius <headius@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-20 22:42:47 +0000
committerheadius <headius@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-20 22:42:47 +0000
commit195f56abf14e80955c3f9846c6190f549e79dcfd (patch)
tree97f0bf6f0db8d63dec4b141c01b30e29c73dd902 /test/ruby/test_module.rb
parent975dcbbcf9ec1c1669c328731e3c54e8480570a7 (diff)
downloadruby-195f56abf14e80955c3f9846c6190f549e79dcfd.tar.gz
* 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
Diffstat (limited to 'test/ruby/test_module.rb')
-rw-r--r--test/ruby/test_module.rb2
1 files changed, 1 insertions, 1 deletions
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