Skip to content
Snippets Groups Projects
Commit 9209111c authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

increase qpsworker lifetime

parent 11433b70
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ def create_qpsworker_job(language, shortname=None, ...@@ -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=15*60) timeout_seconds=30*60)
return QpsWorkerJob(jobspec, language, host_and_port) return QpsWorkerJob(jobspec, language, host_and_port)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment