summaryrefslogtreecommitdiff
path: root/test/rinda/test_rinda.rb
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-02-04 08:20:05 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-02-04 08:20:05 +0000
commit190a61e3a506c7d5fa145d6bfc8faa94b71953ef (patch)
tree5004b77323618fb0f86aa7f549b5b902241b0c1c /test/rinda/test_rinda.rb
parentcc7dedfb4de1f47b2a1713cb7068f9d6ffc33152 (diff)
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
Diffstat (limited to 'test/rinda/test_rinda.rb')
-rw-r--r--test/rinda/test_rinda.rb1
1 files changed, 1 insertions, 0 deletions
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