From cb8b22fa77ca4e6451e697c079b09390580061a9 Mon Sep 17 00:00:00 2001 From: Josip Sokcevic Date: Wed, 10 Jan 2024 21:23:23 +0000 Subject: [PATCH] [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 Commit-Queue: Josip Sokcevic Auto-Submit: Josip Sokcevic Commit-Queue: Gavin Mak --- PRESUBMIT.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 4b3e0d1c3e..685da94493 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -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):