commit 07d4ce49a42bab5d3e41ffec4dc720a8c14cc5f5
parent 6d0a27764fd9049993fb847a2b6f085092f899fd
Author: Daniel Holbert <dholbert@cs.stanford.edu>
Date: Thu, 8 Jan 2026 17:38:00 +0000
Bug 2008806 [wpt PR 57020] - Annotate that a WebRTC test needs a long harness timeout., a=testonly
Automatic update from web-platform-tests
Annotate that a WebRTC test needs a long harness timeout. (#57020)
The testcase script-transform.https.html has been observed on wpt.fyi to
sometimes take more than 10 seconds in Firefox and more than 6 seconds in Edge,
after a review of wpt.fyi test runs for a single day.
So, the default 10 second harness timeout seems like too strict of a cutoff.
This patch annotates the test as needing a longer harness timeout.
Fixes https://github.com/web-platform-tests/interop/issues/1240
--
wpt-commits: ff5c9d8695edd3209fd918d843c5c2d0881238f3
wpt-pr: 57020
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/testing/web-platform/tests/webrtc-encoded-transform/script-transform.https.html b/testing/web-platform/tests/webrtc-encoded-transform/script-transform.https.html
@@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
+ <meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src=/resources/testdriver.js></script>