Bug 1775683: Request a longer timeout for accessible/tests/browser/e10s/browser_caching_name.js. r=eeejay

These timeouts are most likely due to slowness from TSAN overhead.

Differential Revision: https://phabricator.services.mozilla.com/D192305
This commit is contained in:
James Teh 2023-11-01 00:40:00 +00:00
parent ef59084b47
commit c6046d1016

View file

@ -3,6 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
"use strict";
requestLongerTimeout(2);
/* import-globals-from ../../mochitest/name.js */
loadScripts({ name: "name.js", dir: MOCHITESTS_DIR });