mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
1d5c5ea153
commit
9787723785
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Dec 16 12:01:29 2014 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* 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@80x24.org>
|
||||
|
||||
* tool/vcs.rb: fix Ruby 1.8 compatibility harder
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue