ruby-changes:34805
From: headius <ko1@a...>
Date: Mon, 21 Jul 2014 07:43:08 +0900 (JST)
Subject: [ruby-changes:34805] headius:r46888 (trunk): * test/ruby/test_module.rb: Bump up timeout in
headius 2014-07-21 07:42:47 +0900 (Mon, 21 Jul 2014) New Revision: 46888 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=46888 Log: * test/ruby/test_module.rb: Bump up timeout in test_prepend_visibility_inherited for slow or heavily-loaded systems or slower-launching impls. Modified files: trunk/test/ruby/test_module.rb Index: test/ruby/test_module.rb =================================================================== --- test/ruby/test_module.rb (revision 46887) +++ test/ruby/test_module.rb (revision 46888) @@ -1634,7 +1634,7 @@ class TestModule < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_module.rb#L1634 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/