Skip to content

Commit c646b64

Browse files
saschanazfqueze
authored andcommitted
Bug 1978675 - No more longer timeout for aarch64 Windows r=florian
We don't run CI on such hardware. Differential Revision: https://phabricator.services.mozilla.com/D258322
1 parent 7859b66 commit c646b64

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

testing/mochitest/runtests.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2494,12 +2494,6 @@ def buildProfile(self, options):
24942494
elif options.flavor in ("a11y", "chrome"):
24952495
test_timeout = 45
24962496

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-
25032497
if "MOZ_CHAOSMODE=0xfb" in options.environment and test_timeout:
25042498
test_timeout *= 2
25052499
self.log.info(

0 commit comments

Comments
 (0)