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 7859b66 commit c646b64Copy full SHA for c646b64
testing/mochitest/runtests.py
@@ -2494,12 +2494,6 @@ 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