aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_gc.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-12 03:51:01 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-12 03:51:01 +0000
commitce5196b228a1f1599caf7c9f608d1eb7e40272bd (patch)
treebe7405b4c05a0a6c0654d042f3d61f185d5150d7 /test/ruby/test_gc.rb
parentbac6ef1b877f1de8a7877818e73bc48f4d484937 (diff)
downloadruby-ce5196b228a1f1599caf7c9f608d1eb7e40272bd.tar.gz
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
Diffstat (limited to 'test/ruby/test_gc.rb')
-rw-r--r--test/ruby/test_gc.rb3
1 files changed, 0 insertions, 3 deletions
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