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:
Geoff Brown 2019-09-19 18:36:38 +00:00
Родитель 1a1a96e3f6
Коммит 9991b48e25
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -109,10 +109,10 @@ mochitest-browser-chrome:
default: 7
max-run-time:
by-test-platform:
linux64-.*cov/opt: 7200
linux64-ccov/debug: 7200
windows7-32/debug: 5400
windows10-64/debug: 5400
windows10-64-ccov/debug: 7200
windows10-64-ccov/debug: 10800
windows10-aarch64/*: 7200
macosx.*64-ccov/debug: 10800
linux.*/debug: 5400