diff options
-rwxr-xr-x | bootstraptest/runner.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb index feb8ada5c1..58619fae7e 100755 --- a/bootstraptest/runner.rb +++ b/bootstraptest/runner.rb @@ -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 |