From 97877237857a9603c13fcb867656af095436b950 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 16 Dec 2014 03:03:24 +0000 Subject: * test/ruby/test_process.rb (test_deadlock_by_signal_at_forking): extend timeout seconds to 60 for RGENGC_CHECK_MODE > 0 environment. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_process.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_process.rb') diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index 28c0ac5940..f1fd2c25dc 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -1924,7 +1924,7 @@ EOS end def test_deadlock_by_signal_at_forking - assert_separately([], <<-INPUT) + assert_separately([], <<-INPUT, timeout: 60) require 'io/wait' begin GC.start # reduce garbage -- cgit v1.2.3