commit d448f84f2ef168695c7e9e3c35a25c69e0e8b2d4
parent e44da5448463e8b1db7c9c9ec19a8f888a20f1eb
Author: Florian Quèze <florian@queze.net>
Date: Fri, 24 Oct 2025 16:21:12 +0000
Bug 1995905 - request longer timeouts for xpcshell tests that perma fail on macosx1500-aarch64-shippable, r=aryx,urlbar-reviewers,Standard8.
Differential Revision: https://phabricator.services.mozilla.com/D269811
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/browser/components/urlbar/tests/unit/xpcshell.toml b/browser/components/urlbar/tests/unit/xpcshell.toml
@@ -47,6 +47,7 @@ support-files = ["data/engine.xml"]
["test_autofill_origins.js"]
["test_autofill_originsAndQueries.js"]
+requesttimeoutfactor = 2 # Slow on Linux debug
["test_autofill_origins_alt_frecency.js"]
prefs = [
diff --git a/toolkit/components/extensions/test/xpcshell/native_messaging.toml b/toolkit/components/extensions/test/xpcshell/native_messaging.toml
@@ -16,7 +16,7 @@ requesttimeoutfactor = 2 # Slow on Windows
run-sequentially = ["os == 'mac'"] # frequent fail in parallel on Mac
["test_ext_native_messaging_perf.js"]
-requesttimeoutfactor = 2 # Slow on Windows
+requesttimeoutfactor = 3 # Slow on Windows and macOS aarch64
run-sequentially = [
"os == 'win'", # almost perma-fail in parallel on Windows
"os == 'mac'", # frequent timeouts on Mac