commit | 39c73eb8756daa693f20af78def4e1d16fb711fe | [log] [tgz] |
---|---|---|
author | Rico Wind <ricow@google.com> | Thu Aug 17 08:59:01 2023 +0200 |
committer | Christoffer Adamsen <christofferqa@google.com> | Thu Aug 17 07:05:54 2023 +0000 |
tree | aa96946f091617aa27cdb04259096fa76f1f9314 | |
parent | d6714d08bcfad0cd214eaf475deb56b5706912ad [diff] [blame] |
Increase timeout for run_on_app on internal This is to get the bots green until we can find a better solution Change-Id: I63e2fa0c65fa928f27acda5855a40713027382ef
diff --git a/tools/internal_test.py b/tools/internal_test.py index cab2d60..0b25fe8 100755 --- a/tools/internal_test.py +++ b/tools/internal_test.py
@@ -125,7 +125,7 @@ ] # Command timeout, in seconds. -RUN_TIMEOUT = 3600 * 6 +RUN_TIMEOUT = 3600 * 7 BOT_RUN_TIMEOUT = RUN_TIMEOUT * len(TEST_COMMANDS) def log(str):