Skip to content

Commit 3b0afef

Browse files
committed
Revert "Bug 1978675 - No more longer timeout for aarch64 Windows r=florian" for causing mda failures on test_streams_element_capture_mediatrack.html
This reverts commit c646b64.
1 parent ed90036 commit 3b0afef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

testing/mochitest/runtests.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2494,6 +2494,12 @@ 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+
24972503
if "MOZ_CHAOSMODE=0xfb" in options.environment and test_timeout:
24982504
test_timeout *= 2
24992505
self.log.info(

0 commit comments

Comments
 (0)