forked from mirrors/gecko-dev
Bug 1582241 - Increase ccov browser-chrome max-run-time; r=marco
Increase max-run-time for linux and windows ccov browser-chrome tasks to avoid frequent task timeouts. (linux platform name was incorrect in existing configuration). I would prefer to see shorter max-run-time but there may be no alternative for these tasks. Differential Revision: https://phabricator.services.mozilla.com/D46486 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
1a1a96e3f6
commit
9991b48e25
1 changed files with 2 additions and 2 deletions
|
|
@ -109,10 +109,10 @@ mochitest-browser-chrome:
|
||||||
default: 7
|
default: 7
|
||||||
max-run-time:
|
max-run-time:
|
||||||
by-test-platform:
|
by-test-platform:
|
||||||
linux64-.*cov/opt: 7200
|
linux64-ccov/debug: 7200
|
||||||
windows7-32/debug: 5400
|
windows7-32/debug: 5400
|
||||||
windows10-64/debug: 5400
|
windows10-64/debug: 5400
|
||||||
windows10-64-ccov/debug: 7200
|
windows10-64-ccov/debug: 10800
|
||||||
windows10-aarch64/*: 7200
|
windows10-aarch64/*: 7200
|
||||||
macosx.*64-ccov/debug: 10800
|
macosx.*64-ccov/debug: 10800
|
||||||
linux.*/debug: 5400
|
linux.*/debug: 5400
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue