commit 8e2068044c50ba0f41e602951b5bfdbbca862961 parent e0622dafb37d86517fa6100db9cfb7fffa303903 Author: Florian Quèze <florian@queze.net> Date: Wed, 22 Oct 2025 19:09:25 +0000 Bug 1995627 - adjust timeouts for high cpu use tests that will now run first and in parallel with more other tests, r=jmaher. Differential Revision: https://phabricator.services.mozilla.com/D269625 Diffstat:
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dom/streams/test/xpcshell/xpcshell.toml b/dom/streams/test/xpcshell/xpcshell.toml @@ -14,7 +14,7 @@ prefs = ["security.allow_parent_unrestricted_js_loads=true"] ["fetch.js"] ["large-pipeto.js"] -requesttimeoutfactor = 5 # Slow on Linux and Windows +requesttimeoutfactor = 6 # Slow and high CPU on Linux and Windows run-sequentially = ["os == 'mac'"] # almost perma timeout on Mac ["proper-realm-cancel.js"] diff --git a/toolkit/components/nimbus/test/unit/xpcshell.toml b/toolkit/components/nimbus/test/unit/xpcshell.toml @@ -33,7 +33,7 @@ prefs = [ ["test_ExperimentManager_lifecycle.js"] ["test_ExperimentManager_prefs.js"] -requesttimeoutfactor = 3 # Slow on Linux and Windows +requesttimeoutfactor = 6 # Slow and high CPU use on Linux and Windows skip-if = ["os == 'win' && msix"] # Bug 1991153 ["test_ExperimentManager_unenroll.js"] diff --git a/toolkit/components/search/tests/xpcshell/searchconfigs/xpcshell.toml b/toolkit/components/search/tests/xpcshell/searchconfigs/xpcshell.toml @@ -25,7 +25,7 @@ skip-if = [ ["test_distributions.js"] ["test_searchconfig.js"] -requesttimeoutfactor = 3 # Slow on Linux and Windows +requesttimeoutfactor = 5 # Slow and high CPU use on Linux and Windows ["test_searchconfig_google_additional.js"] diff --git a/toolkit/modules/tests/xpcshell/xpcshell.toml b/toolkit/modules/tests/xpcshell/xpcshell.toml @@ -99,7 +99,7 @@ skip-if = ["os == 'android'"] ["test_Region.js"] ["test_Region_geocoding.js"] -requesttimeoutfactor = 2 # Slow on debug builds +requesttimeoutfactor = 4 # Slow and high CPU use on debug builds ["test_RustSharedRemoteSettingsService.js"] skip-if = ["os == 'android'"]