diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2016-04-20 09:27:00 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2016-04-20 09:27:00 -0700 |
commit | 9209111c7574b62ba09acff4c2aa2665ef021957 (patch) | |
tree | 5718920902a74eaf36a92c97f84a58396f6e7830 | |
parent | 11433b7047fbf8f672e2f220580dabcf02d2f3c0 (diff) |
increase qpsworker lifetime
-rwxr-xr-x | tools/run_tests/run_performance_tests.py | 2 |
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 c820a5493b..9ff075e3a2 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=15*60) + timeout_seconds=30*60) return QpsWorkerJob(jobspec, language, host_and_port) |