aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-05-05 16:08:49 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-05-05 16:16:12 -0700
commit541d5d7ae2745a9e3dc55348df3168c0f51d382e (patch)
tree357abb3dabe5ac34d49c07d7106cfcfea04cd055 /tools/run_tests
parentd7b162f6015bb57e67c61dc99617ac8bad7e8adc (diff)
increase qps_worker max lifetime
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-xtools/run_tests/run_performance_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_performance_tests.py b/tools/run_tests/run_performance_tests.py
index 5519666e84..8b67d921f2 100755
--- a/tools/run_tests/run_performance_tests.py
+++ b/tools/run_tests/run_performance_tests.py
@@ -89,7 +89,7 @@ def create_qpsworker_job(language, shortname=None,
jobspec = jobset.JobSpec(
cmdline=cmdline,
shortname=shortname,
- timeout_seconds=30*60)
+ timeout_seconds=2*60*60)
return QpsWorkerJob(jobspec, language, host_and_port)