tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 548fe69086b2209d7de062a29370c994ec8dcb74
parent 70e97c7f87d214107964b5b86bb0e9f2755b05ac
Author: Daniel Holbert <dholbert@cs.stanford.edu>
Date:   Thu,  8 Jan 2026 17:37:54 +0000

Bug 2008793 [wpt PR 57018] - 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. (#57018)

The testcase RTCRtpScriptTransform-encoded-transform.https.html has been
observed on wpt.fyi to take more than 10 seconds in at least Firefox and Chrome
(and 2-3 seconds on Safari, which is close enough to 10 that it might overshoot
in rare cases under system load).

So, let's annotate it to avoid imposing a strict 10-second time limit.

Fixes https://github.com/web-platform-tests/interop/issues/1240
--

wpt-commits: fda9be08aa3d6b4a31a2d5995eb780feab5ce4e0
wpt-pr: 57018

Diffstat:
Mtesting/web-platform/tests/webrtc-encoded-transform/RTCRtpScriptTransform-encoded-transform.https.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/webrtc-encoded-transform/RTCRtpScriptTransform-encoded-transform.https.html b/testing/web-platform/tests/webrtc-encoded-transform/RTCRtpScriptTransform-encoded-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>