From ce5196b228a1f1599caf7c9f608d1eb7e40272bd Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 12 Aug 2015 03:51:01 +0000 Subject: test_gc.rb: timeout of test_interrupt_in_finalizer * test/ruby/test_gc.rb (test_interrupt_in_finalizer): leave timeout to invoke_ruby. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_gc.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'test') diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb index 44adb27f00..6c9c6e7acb 100644 --- a/test/ruby/test_gc.rb +++ b/test/ruby/test_gc.rb @@ -340,9 +340,6 @@ class TestGc < Test::Unit::TestCase sleep 0.1 Process.kill("INT", pid) rescue break } - sleep 5 - Process.kill("SEGV", pid) rescue nil - Process.kill("KILL", pid) rescue nil end f = proc {1000.times {}} loop do -- cgit v1.2.3