Commit f6458023 authored by Sam Maier's avatar Sam Maier Committed by Commit Bot

Give longer oatdump timeout in class verification failure script

TBR: estevenson - OOO right now
Bug: 990411
Change-Id: I43a64422eaa8345991fa255084b95e2e119fa494
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733021
Commit-Queue: Sam Maier <smaier@chromium.org>
Auto-Submit: Sam Maier <smaier@chromium.org>
Reviewed-by: default avatarNate Fischer <ntfschr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#683710}
parent 58c113af
...@@ -124,7 +124,7 @@ def _AdbOatDumpForPackage(device, package_name, out_file): ...@@ -124,7 +124,7 @@ def _AdbOatDumpForPackage(device, package_name, out_file):
device.RunShellCommand(['oatdump', device.RunShellCommand(['oatdump',
'--oat-file=' + odex_file, '--oat-file=' + odex_file,
'--output=' + out_file], '--output=' + out_file],
shell=True, check_return=True) timeout=120, shell=True, check_return=True)
class JavaClass(object): class JavaClass(object):
......
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