commit | 47b01767e5c518b0bd319b1e918749a490208d12 | [log] [tgz] |
---|---|---|
author | Rico Wind <ricow@google.com> | Mon Jan 14 10:40:50 2019 +0100 |
committer | Rico Wind <ricow@google.com> | Mon Jan 14 10:40:50 2019 +0100 |
tree | f94a2b44f4ea8837fa2fc40fedc7d33f79eb3904 | |
parent | ae0e9faca394a46bfb5d896e6c58b4274f6a7a43 [diff] |
Increase timeout for internal testing Change-Id: Ia61322dd0f9997a09f0122c813c542b22dd4237c
diff --git a/tools/internal_test.py b/tools/internal_test.py index d34f74b..f5956e8 100755 --- a/tools/internal_test.py +++ b/tools/internal_test.py
@@ -60,7 +60,7 @@ ] # Command timeout, in seconds. -RUN_TIMEOUT = 7200 +RUN_TIMEOUT = 3600 * 3 BOT_RUN_TIMEOUT = RUN_TIMEOUT * len(TEST_COMMANDS) def log(str):