Bug 1835930 - [devtools] Extend timeout for browser_net_har_multipage.js r=devtools-reviewers,nchevobbe a=test-only

Differential Revision: https://phabricator.services.mozilla.com/D185290
This commit is contained in:
Julian Descottes 2023-08-03 14:01:54 +00:00
parent cca5919f6a
commit ba8823c217

View File

@ -3,6 +3,8 @@
"use strict";
requestLongerTimeout(2);
const MULTIPAGE_IFRAME_URL = HAR_EXAMPLE_URL + "html_har_multipage_iframe.html";
const MULTIPAGE_PAGE_URL = HAR_EXAMPLE_URL + "html_har_multipage_page.html";