aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_performance_tests.py
diff options
context:
space:
mode:
authorGravatar vjpai <vpai@google.com>2016-04-20 13:06:25 -0700
committerGravatar vjpai <vpai@google.com>2016-04-20 13:06:25 -0700
commit92abf1cfd42056b580f1b4b6f75700708f5f8a5c (patch)
tree62f89bcf05dddc4ed27bfcf1c740d290d8a91929 /tools/run_tests/run_performance_tests.py
parent1f13c820ed8ee4ab97da864edbf0b55bd5f87847 (diff)
parent9d3047ff2f8417fe6c624f06301a34bdadfc614d (diff)
Merge branch 'master' into qps_driver_youre_fired
Diffstat (limited to 'tools/run_tests/run_performance_tests.py')
-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 fc9095d62a..cf68b6eaf8 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)