commit c06f392aef6ac5cc44e2e1c541c2f755612307e0 parent f67732d0a308676f92db8d868591405a44ae65f3 Author: Florian Quèze <florian@queze.net> Date: Tue, 21 Oct 2025 08:42:45 +0000 Bug 1995058 - remove existing requesttimeoutfactor annotations in xpcshell test manifests, r=jmaher,necko-reviewers,extension-reviewers,dom-storage-reviewers,janv,valentin,robwu. Differential Revision: https://phabricator.services.mozilla.com/D269183 Diffstat:
8 files changed, 0 insertions(+), 20 deletions(-)
diff --git a/dom/indexedDB/test/unit/xpcshell-parent-process.toml b/dom/indexedDB/test/unit/xpcshell-parent-process.toml @@ -43,7 +43,6 @@ run-if = ["false"] # Only used for recreating URLSearchParams_profile.zip ["test_cleanup_transaction.js"] ["test_clear_object_store_with_indexes.js"] -requesttimeoutfactor = 2 run-sequentially = [ "os == 'mac'", # frequent parallel fail on Mac "os == 'linux'", # frequent parallel fail on Linux diff --git a/dom/localstorage/test/unit/xpcshell.toml b/dom/localstorage/test/unit/xpcshell.toml @@ -104,7 +104,6 @@ support-files = ["migration_emptyValue_profile.zip",] ["test_slowStorageInitialization.js"] ["test_snapshotting.js"] -requesttimeoutfactor = 4 ["test_stringLength.js"] prefs = ["dom.storage.enable_migration_from_unsupported_legacy_implementation=true"] diff --git a/netwerk/test/unit/xpcshell.toml b/netwerk/test/unit/xpcshell.toml @@ -61,12 +61,8 @@ prefs = [ ["test_SuperfluousAuth.js"] ["test_URIs.js"] -# Intermittent time-outs on Android, bug 1285020 -requesttimeoutfactor = 2 ["test_URIs2.js"] -# Intermittent time-outs on Android, bug 1285020 -requesttimeoutfactor = 2 ["test_XHR_redirects.js"] prefs = ["network.xhr.block_sync_system_requests=false"] # Bug 721336 @@ -121,7 +117,6 @@ run-if = ["os == 'android'"] ["test_auth_proxy.js"] ["test_authentication.js"] -requesttimeoutfactor = 2 ["test_authpromptwrapper.js"] diff --git a/services/sync/tests/unit/xpcshell.toml b/services/sync/tests/unit/xpcshell.toml @@ -69,7 +69,6 @@ skip-if = ["appname == 'thunderbird'"] ["test_bookmark_tracker.js"] skip-if = ["appname == 'thunderbird'"] -requesttimeoutfactor = 4 ["test_bridged_engine.js"] @@ -137,7 +136,6 @@ run-sequentially = ["true"] # Frequent timeouts, bug 1395148 ["test_glean.js"] skip-if = ["appname == 'thunderbird'"] -requesttimeoutfactor = 4 ["test_history_engine.js"] skip-if = ["appname == 'thunderbird'"] @@ -265,7 +263,6 @@ skip-if = ["appname == 'thunderbird'"] ["test_telemetry.js"] skip-if = ["appname == 'thunderbird'"] -requesttimeoutfactor = 4 ["test_tracker_addChanged.js"] # Service semantics. diff --git a/toolkit/components/extensions/test/xpcshell/xpcshell-common.toml b/toolkit/components/extensions/test/xpcshell/xpcshell-common.toml @@ -264,7 +264,6 @@ run-sequentially = ["os == 'mac'"] # frequent timeouts in parallel on Mac ["test_ext_dnr_startup_cache.js"] ["test_ext_dnr_static_rules.js"] -requesttimeoutfactor = 4 # Prevent TV job failures on Android builds. ["test_ext_dnr_static_rules_limits.js"] @@ -529,7 +528,6 @@ skip-if = ["os == 'android' && debug"] ["test_ext_scripting_mv2.js"] ["test_ext_scripting_persistAcrossSessions.js"] -requesttimeoutfactor = 2 # Needed for Android + TV (chaos mode) - bug 1899777 ["test_ext_scripting_startupCache.js"] @@ -651,7 +649,6 @@ skip-if = ["os == 'android'"] # Bug 1763197 ["test_ext_webRequest_auth.js"] skip-if = ["os == 'android' && debug"] -requesttimeoutfactor = 4 # Prevents TV job failures on Android builds. ["test_ext_webRequest_cached.js"] skip-if = ["os == 'android'"] # Bug 1573511 diff --git a/toolkit/components/search/tests/xpcshell/searchconfigs/xpcshell.toml b/toolkit/components/search/tests/xpcshell/searchconfigs/xpcshell.toml @@ -21,8 +21,6 @@ skip-if = [ "debug", "os == 'win' && ccov", ] -# These tests do take a little longer on Linux ccov, so allow that here. -requesttimeoutfactor = 2 ["test_distributions.js"] diff --git a/toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/xpcshell.toml b/toolkit/mozapps/extensions/test/xpcshell/rs-blocklist/xpcshell.toml @@ -62,13 +62,9 @@ tags = "remote-settings" skip-if = ["appname == 'thunderbird'"] # Data irrelevant to Thunderbird. Bug 1641400. ["test_blocklistchange.js"] -# Times out during parallel runs on desktop -requesttimeoutfactor = 2 skip-if = ["os == 'android' && verify"] # times out because it takes too much time to run the full test ["test_blocklistchange_v2.js"] -# Times out during parallel runs on desktop -requesttimeoutfactor = 2 skip-if = ["os == 'android' && verify"] # times out in chaos mode on Android because several minutes are spent waiting at https://hg.mozilla.org/mozilla-central/file/3350b680/toolkit/mozapps/extensions/Blocklist.jsm#l698 ["test_gfxBlocklist_Device.js"] diff --git a/toolkit/xre/test/xpcshell.toml b/toolkit/xre/test/xpcshell.toml @@ -13,4 +13,3 @@ support-files = ["show_hash.js"] ["test_launch_without_hang.js"] run-sequentially = ["true"] # Has to launch application binary skip-if = ["os == 'android'"] -requesttimeoutfactor = 2