From 190a61e3a506c7d5fa145d6bfc8faa94b71953ef Mon Sep 17 00:00:00 2001 From: k0kubun Date: Mon, 4 Feb 2019 08:20:05 +0000 Subject: test_rinda.rb: increase timeout for --jit-wait CI https://app.wercker.com/ruby/ruby/runs/mjit-test2/5c57dbb6b18ed400951e3c74?step=5c57e8b963e94600070a5d61 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67003 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rinda/test_rinda.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/rinda/test_rinda.rb') diff --git a/test/rinda/test_rinda.rb b/test/rinda/test_rinda.rb index 17e5761be9..bf11030749 100644 --- a/test/rinda/test_rinda.rb +++ b/test/rinda/test_rinda.rb @@ -788,6 +788,7 @@ class TestRingServer < Test::Unit::TestCase 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 -- cgit v1.2.3