mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
Bug 1767797 - Double the timeout on live site tests. r=perftest-reviewers,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D145495
This commit is contained in:
parent
924647eac9
commit
b7396a48df
@ -578,6 +578,11 @@ class Browsertime(Perftest):
|
||||
if self.benchmark:
|
||||
output_timeout = BROWSERTIME_BENCHMARK_OUTPUT_TIMEOUT
|
||||
|
||||
# Double the timeouts on live sites
|
||||
if self.config["live_sites"]:
|
||||
output_timeout *= 2
|
||||
proc_timeout *= 2
|
||||
|
||||
proc = self.process_handler(cmd, processOutputLine=_line_handler, env=env)
|
||||
proc.run(timeout=proc_timeout, outputTimeout=output_timeout)
|
||||
proc.wait()
|
||||
|
Loading…
Reference in New Issue
Block a user