ruby-changes:36778
From: ko1 <ko1@a...>
Date: Tue, 16 Dec 2014 12:03:42 +0900 (JST)
Subject: [ruby-changes:36778] ko1:r48859 (trunk): * test/ruby/test_process.rb (test_deadlock_by_signal_at_forking):
ko1 2014-12-16 12:03:24 +0900 (Tue, 16 Dec 2014) New Revision: 48859 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48859 Log: * test/ruby/test_process.rb (test_deadlock_by_signal_at_forking): extend timeout seconds to 60 for RGENGC_CHECK_MODE > 0 environment. Modified files: trunk/ChangeLog trunk/test/ruby/test_process.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 48858) +++ ChangeLog (revision 48859) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Dec 16 12:01:29 2014 Koichi Sasada <ko1@a...> + + * test/ruby/test_process.rb (test_deadlock_by_signal_at_forking): + extend timeout seconds to 60 for RGENGC_CHECK_MODE > 0 environment. + Tue Dec 16 08:53:12 2014 Eric Wong <e@8...> * tool/vcs.rb: fix Ruby 1.8 compatibility harder Index: test/ruby/test_process.rb =================================================================== --- test/ruby/test_process.rb (revision 48858) +++ test/ruby/test_process.rb (revision 48859) @@ -1924,7 +1924,7 @@ EOS https://github.com/ruby/ruby/blob/trunk/test/ruby/test_process.rb#L1924 end def test_deadlock_by_signal_at_forking - assert_separately([], <<-INPUT) + assert_separately([], <<-INPUT, timeout: 60) require 'io/wait' begin GC.start # reduce garbage -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/