Skip to content

Commit

Permalink
Adjust Deobfuscator timeout.
Browse files Browse the repository at this point in the history
Bug: 1351023
Change-Id: I2368860c5bc0d9d6d5997f97dbb73f7e6dc0641f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3817600
Reviewed-by: Andrew Grieve <agrieve@chromium.org>
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Commit-Queue: Sky Malice <skym@chromium.org>
Auto-Submit: Sky Malice <skym@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1033018}
  • Loading branch information
Sky Malice authored and Chromium LUCI CQ committed Aug 9, 2022
1 parent c44c6db commit c93a7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/android/pylib/symbols/deobfuscator.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from pylib import constants


_MINIUMUM_TIMEOUT = 3.0
_MINIUMUM_TIMEOUT = 5.0
_PER_LINE_TIMEOUT = .002 # Should be able to process 500 lines per second.
_PROCESS_START_TIMEOUT = 10.0
_MAX_RESTARTS = 10 # Should be plenty unless tool is crashing on start-up.
Expand Down

0 comments on commit c93a7ac

Please sign in to comment.