Bug 1546806 - Bump requestLongerTimeout value, r=jdai

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nika Layzell 2019-05-03 09:07:25 +00:00
Родитель 17a80eda9c
Коммит cb46ce1db3
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -5,7 +5,7 @@
// This test opens and closes a large number of windows, which can be slow
// especially on debug builds. This decreases the likelihood of the test timing
// out.
requestLongerTimeout(2);
requestLongerTimeout(4);
const URL = "about:blank";
const TEST_URL = "http://test2.example.org/";