Bug 1448531 - Part 7: Request longer timeout for browser/base/content/test/general/browser_newTabDrop.js. r=bustage

This commit is contained in:
Tooru Fujisawa 2018-04-10 14:12:28 +09:00
Родитель 79ee61bdff
Коммит e8598b2796
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -11,6 +11,9 @@ registerCleanupFunction(async function cleanup() {
let originalEngine;
add_task(async function test_setup() {
// This test opens multiple tabs and some confirm dialogs, that takes long.
requestLongerTimeout(2);
// Stop search-engine loads from hitting the network
Services.search.addEngineWithDetails("MozSearch", "", "", "", "GET",
"http://example.com/?q={searchTerms}");