8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb38fb6 commit dc1ecabCopy full SHA for dc1ecab
test/testunit/test_parallel.rb
@@ -5,7 +5,8 @@
5
module TestParallel
6
PARALLEL_RB = "#{File.dirname(__FILE__)}/../lib/test/unit/parallel.rb"
7
TESTS = "#{File.dirname(__FILE__)}/tests_for_parallel"
8
- TIMEOUT = RubyVM::MJIT.enabled? ? 100 : 10 # use large timeout for --jit-wait
+ # use large timeout for --jit-wait
9
+ TIMEOUT = EnvUtil.apply_timeout_scale(RubyVM::MJIT.enabled? ? 100 : 10)
10
11
class TestParallelWorker < Test::Unit::TestCase
12
def setup
0 commit comments