[PRESUBMIT] Increase unit test timeout

Windows is frequently hitting the timeout.

R=gavinmak@google.com

Fixed: 1517377
Change-Id: I86f18767ef11ed8c88f7a3b91b621fc0ea8ef3ae
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5187116
Reviewed-by: Gavin Mak <gavinmak@google.com>
Commit-Queue: Josip Sokcevic <sokcevic@chromium.org>
Auto-Submit: Josip Sokcevic <sokcevic@chromium.org>
Commit-Queue: Gavin Mak <gavinmak@google.com>
changes/16/5187116/2
Josip Sokcevic 1 year ago committed by LUCI CQ
parent 388f822682
commit cb8b22fa77

@ -26,7 +26,7 @@ $VerifiedPlatform linux-mips64 linux-mips64le linux-mipsle
'''
# Timeout for a test to be executed.
TEST_TIMEOUT_S = 330 # 5m 30s
TEST_TIMEOUT_S = 450 # 7m 30s
def CheckPylint(input_api, output_api):

Loading…
Cancel
Save