Bug 1498862 - Increase access limit for chrome.override_package.global to 70 to prevent failures for 64 beta r=johannh

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Sebastian Hengst 2018-10-16 15:52:44 +00:00
Родитель 7d361890f4
Коммит 39f7887f1c
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -101,6 +101,10 @@ add_task(async function startup() {
min: 5, min: 5,
max: 55, max: 55,
}, },
"chrome.override_package.global": {
min: 0,
max: 50,
},
}; };
let startupRecorder = Cc["@mozilla.org/test/startuprecorder;1"].getService().wrappedJSObject; let startupRecorder = Cc["@mozilla.org/test/startuprecorder;1"].getService().wrappedJSObject;