Bug 1823089 - [cdp] Request longer timeout for consoleAPICalled tests r=webdriver-reviewers,whimboo

Fixes perma test fails due to more tests added previously triggering
timeouts.

Differential Revision: https://phabricator.services.mozilla.com/D173255
This commit is contained in:
CanadaHonk 2023-03-22 16:02:31 +00:00
Родитель 62dfc2f2a3
Коммит 2165378ccd
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -3,6 +3,9 @@
"use strict";
// Request a longer timeout as we have many tests which are longer
requestLongerTimeout(2);
const PAGE_CONSOLE_EVENTS =
"https://example.com/browser/remote/cdp/test/browser/runtime/doc_console_events.html";
const PAGE_CONSOLE_EVENTS_ONLOAD =