Bug 1854587 - Request longer timeout in browser_navigation.js. r=aleca

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

--HG--
extra : amend_source : b254276817c2dc01d8eb4e5bb4c57ada63eb7e5c
This commit is contained in:
Geoff Lankow 2023-12-10 22:21:19 +00:00
Родитель 979ce2a1e4
Коммит 582ab9e66c
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -2,6 +2,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, you can obtain one at http://mozilla.org/MPL/2.0/. */
requestLongerTimeout(2);
const { MessageGenerator } = ChromeUtils.import(
"resource://testing-common/mailnews/MessageGenerator.jsm"
);