Bug 1580410 - Increase the timeout for browser_blockingMessaging.js by 2x in ccov tests

Differential Revision: https://phabricator.services.mozilla.com/D45546

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Ehsan Akhgari 2019-09-11 15:45:12 +00:00
Родитель 6dd9c29f22
Коммит 1e7286932d
1 изменённых файлов: 5 добавлений и 1 удалений

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

@ -1,6 +1,10 @@
/* import-globals-from antitracking_head.js */
requestLongerTimeout(6);
if (AppConstants.MOZ_CODE_COVERAGE) {
requestLongerTimeout(12);
} else {
requestLongerTimeout(6);
}
AntiTracking.runTestInNormalAndPrivateMode(
"BroadcastChannel",