Skip to content
Snippets Groups Projects
Commit 566608e2 authored by Jan Tattermusch's avatar Jan Tattermusch Committed by GitHub
Browse files

Merge pull request #8395 from jtattermusch/testing_nitpicking

A few test related fixes
parents 8834095e 447548b9
No related branches found
No related tags found
No related merge requests found
......@@ -91,12 +91,11 @@ def create_qpsworker_job(language, shortname=None,
else:
host_and_port='localhost:%s' % port
# TODO(jtattermusch): with some care, we can calculate the right timeout
# of a worker from the sum of warmup + benchmark times for all the scenarios
jobspec = jobset.JobSpec(
cmdline=cmdline,
shortname=shortname,
timeout_seconds=2*60*60)
timeout_seconds=5*60, # workers get restarted after each scenario
verbose_success=True)
return QpsWorkerJob(jobspec, language, host_and_port)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment