increase qps_worker max lifetime

pull/6462/head
Jan Tattermusch 9 years ago
parent d7b162f601
commit 541d5d7ae2
  1. 2
      tools/run_tests/run_performance_tests.py

@ -89,7 +89,7 @@ def create_qpsworker_job(language, shortname=None,
jobspec = jobset.JobSpec( jobspec = jobset.JobSpec(
cmdline=cmdline, cmdline=cmdline,
shortname=shortname, shortname=shortname,
timeout_seconds=30*60) timeout_seconds=2*60*60)
return QpsWorkerJob(jobspec, language, host_and_port) return QpsWorkerJob(jobspec, language, host_and_port)

Loading…
Cancel
Save