[前][次][番号順一覧][スレッド一覧]

ruby-changes:54415

From: k0kubun <ko1@a...>
Date: Sat, 29 Dec 2018 15:49:58 +0900 (JST)
Subject: [ruby-changes:54415] k0kubun:r66630 (trunk): test_gc.rb: increase timeout for RubyCI

k0kubun	2018-12-29 15:49:54 +0900 (Sat, 29 Dec 2018)

  New Revision: 66630

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66630

  Log:
    test_gc.rb: increase timeout for RubyCI
    
    https://rubyci.org/logs/rubyci.s3.amazonaws.com/amazon/ruby-trunk/log/20181229T033003Z.fail.html.gz

  Modified files:
    trunk/test/ruby/test_gc.rb
Index: test/ruby/test_gc.rb
===================================================================
--- test/ruby/test_gc.rb	(revision 66629)
+++ test/ruby/test_gc.rb	(revision 66630)
@@ -311,7 +311,7 @@ class TestGc < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_gc.rb#L311
   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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]