mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
bootstraptest/runner.rb: increase timeout for --jit-wait
because test_io.rb:33 randomly fails http://ci.rvm.jp/results/trunk-mjit-wait@silicon-docker/1519055 checking MJIT.enabled? on driver might not make sense for target, but as long as the CI is -DMJIT_FORCE_ENABLE, I believe it works for now. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66344 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e4922abde3
commit
03bf85f28d
1 changed files with 1 additions and 0 deletions
|
@ -367,6 +367,7 @@ def assert_normal_exit(testsrc, *rest, timeout: nil, **opt)
|
|||
end
|
||||
|
||||
def assert_finish(timeout_seconds, testsrc, message = '')
|
||||
timeout_seconds *= 3 if RubyVM::MJIT.enabled? # for --jit-wait
|
||||
newtest
|
||||
show_progress(message) {
|
||||
faildesc = nil
|
||||
|
|
Loading…
Add table
Reference in a new issue