From b28f0f1ed2193c85d3f3057f5b1ed2540dd81869 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 5 Dec 2013 11:57:32 +0000 Subject: test_gc.rb: expand timeout * test/ruby/test_gc.rb (test_sweep_in_finalizer): expand timeout for slower machines. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_gc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby') diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb index 8c1f1b63bb..76104fedfe 100644 --- a/test/ruby/test_gc.rb +++ b/test/ruby/test_gc.rb @@ -252,7 +252,7 @@ class TestGc < Test::Unit::TestCase def test_sweep_in_finalizer bug9205 = '[ruby-core:58833] [Bug #9205]' 2.times do - assert_ruby_status([], <<-'end;', bug9205) + assert_ruby_status([], <<-'end;', bug9205, timeout: 30) raise_proc = proc do |id| GC.start end -- cgit v1.2.3