aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_performance_tests.py
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2018-08-10 11:04:31 -0700
committerGravatar murgatroid99 <mlumish@google.com>2018-08-10 11:04:31 -0700
commitfc566ddcc552e5019d914973cea3eba069f410ed (patch)
tree5ffcc1d710054bd4886c6f6e2d1f5139f1c8492a /tools/run_tests/run_performance_tests.py
parent2f4fabaf78fd63904754b979534ab37cb6ef00c3 (diff)
Increase build timeout again
Diffstat (limited to 'tools/run_tests/run_performance_tests.py')
-rwxr-xr-xtools/run_tests/run_performance_tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/run_tests/run_performance_tests.py b/tools/run_tests/run_performance_tests.py
index cfe7bfc618..2b297c4522 100755
--- a/tools/run_tests/run_performance_tests.py
+++ b/tools/run_tests/run_performance_tests.py
@@ -249,9 +249,9 @@ def build_on_remote_hosts(hosts,
languages=scenario_config.LANGUAGES.keys(),
build_local=False):
"""Builds performance worker on remote hosts (and maybe also locally)."""
- build_timeout = 30 * 60
+ build_timeout = 45 * 60
# Kokoro VMs (which are local only) do not have caching, so they need more time to build
- local_build_timeout = 45 * 60
+ local_build_timeout = 60 * 60
build_jobs = []
for host in hosts:
user_at_host = '%s@%s' % (_REMOTE_HOST_USERNAME, host)