Bug 1377915 - Increase page load timeout for talos tests running on linux64-ccov. r=dustin

This patch increases the amount of time that a page load is allowed to take from 5 seconds to 15 seconds (specified as milliseconds in the argument) when the Talos test suite is running on the linux64-ccov build.

MozReview-Commit-ID: BuoQP5wmxlb

--HG--
extra : rebase_source : 59a67ec48e954ec1e5a937d8fecaf6bc1085a337
This commit is contained in:
Greg Mierzwinski 2017-07-03 14:00:51 -04:00
parent da8c457b8a
commit c82106258d

View File

@ -520,6 +520,8 @@ def enable_code_coverage(config, tests):
test['mozharness']['extra-options'].append('--tppagecycles,1')
test['mozharness']['extra-options'].append('--add-option')
test['mozharness']['extra-options'].append('--no-upload-results')
test['mozharness']['extra-options'].append('--add-option')
test['mozharness']['extra-options'].append('--tptimeout,15000')
elif test['build-platform'] == 'linux64-jsdcov/opt':
test['run-on-projects'] = ['mozilla-central']
yield test