From a403cd3598932b3349b8ff5a786b8fe4abbc3f91 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sat, 29 Dec 2018 06:49:54 +0000 Subject: test_gc.rb: increase timeout for RubyCI https://rubyci.org/logs/rubyci.s3.amazonaws.com/amazon/ruby-trunk/log/20181229T033003Z.fail.html.gz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_gc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb index 7a6309b6a3..3e17344bbc 100644 --- a/test/ruby/test_gc.rb +++ b/test/ruby/test_gc.rb @@ -311,7 +311,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, timeout: 60) + assert_ruby_status([], <<-'end;', bug9205, timeout: 120) raise_proc = proc do |id| GC.start end -- cgit v1.2.3