Commit 89908515 authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[test] Fully fix timeout-scalefactor for numfuzzer

TBR=majeski@google.com
NOTRY=true

Bug: v8:6917
Change-Id: I8ca2297ab9641b81a91ee7f8ff594bbe4b9e369b
Reviewed-on: https://chromium-review.googlesource.com/895366Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#51005}
parent 8a677a28
......@@ -191,7 +191,7 @@ class NumFuzzer(base_runner.BaseTestRunner):
self.mode_options.execution_mode,
self.outdir,
self.mode_options.flags, options.verbose,
options.timeout * self.timeout_scalefactor(options),
options.timeout * self._timeout_scalefactor(options),
options.isolates,
options.command_prefix,
options.extra_flags,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment