1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

test_gc.rb: increase timeout for RubyCI

20181229T033003Z.fail.html.gz

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2018-12-29 06:49:54 +00:00
parent 7a859b6ae3
commit a403cd3598

View file

@ -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