From 9991b48e25c6c83c20aec2bf97cd954f670b7423 Mon Sep 17 00:00:00 2001 From: Geoff Brown Date: Thu, 19 Sep 2019 18:36:38 +0000 Subject: [PATCH] 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 --- taskcluster/ci/test/mochitest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taskcluster/ci/test/mochitest.yml b/taskcluster/ci/test/mochitest.yml index 0dd40895d2d2..ccc2c74e58e0 100644 --- a/taskcluster/ci/test/mochitest.yml +++ b/taskcluster/ci/test/mochitest.yml @@ -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