зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
6dd9c29f22
Коммит
1e7286932d
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче