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

ruby-changes:54784

From: k0kubun <ko1@a...>
Date: Mon, 4 Feb 2019 17:20:09 +0900 (JST)
Subject: [ruby-changes:54784] k0kubun:r67003 (trunk): test_rinda.rb: increase timeout for --jit-wait CI

k0kubun	2019-02-04 17:20:05 +0900 (Mon, 04 Feb 2019)

  New Revision: 67003

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

  Log:
    test_rinda.rb: increase timeout for --jit-wait CI
    
    https://app.wercker.com/ruby/ruby/runs/mjit-test2/5c57dbb6b18ed400951e3c74?step=5c57e8b963e94600070a5d61

  Modified files:
    trunk/test/rinda/test_rinda.rb
Index: test/rinda/test_rinda.rb
===================================================================
--- test/rinda/test_rinda.rb	(revision 67002)
+++ test/rinda/test_rinda.rb	(revision 67003)
@@ -788,6 +788,7 @@ class TestRingServer < Test::Unit::TestC https://github.com/ruby/ruby/blob/trunk/test/rinda/test_rinda.rb#L788
   private
 
   def with_timeout(n)
+    n *= 10 if RubyVM::MJIT.enabled? # for --jit-wait
     aoe = Thread.abort_on_exception
     Thread.abort_on_exception = true
     tl0 = Thread.list

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

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