We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed90036 commit 3b0afefCopy full SHA for 3b0afef
testing/mochitest/runtests.py
@@ -2494,6 +2494,12 @@ def buildProfile(self, options):
2494
elif options.flavor in ("a11y", "chrome"):
2495
test_timeout = 45
2496
2497
+ if mozinfo.info["os"] == "win" and mozinfo.info["processor"] == "aarch64":
2498
+ test_timeout = self.DEFAULT_TIMEOUT * 4
2499
+ self.log.info(
2500
+ f"Increasing default timeout to {test_timeout} seconds (win aarch64)"
2501
+ )
2502
+
2503
if "MOZ_CHAOSMODE=0xfb" in options.environment and test_timeout:
2504
test_timeout *= 2
2505
self.log.info(
0 commit comments