summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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