commit 2ebab47fa7e45a52394f763b77ed0e7c58c59fff
parent 0e050ae5116d8c0fdf2483ddfdd59e6d3a086ba3
Author: Vincent Hilla <vhilla@mozilla.com>
Date: Mon, 1 Dec 2025 08:13:33 +0000
Bug 2001935 - Increase timeout for test_eme_wv_privacy.html r=media-playback-reviewers,hsivonen,aosmond
Differential Revision: https://phabricator.services.mozilla.com/D273802
Diffstat:
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/dom/media/test/mochitest_eme.toml b/dom/media/test/mochitest_eme.toml
@@ -790,6 +790,3 @@ skip-if = [
["test_eme_wv_privacy.html"]
scheme = "https"
-skip-if = [
- "os == 'android'", # Bug 2001935
-]
diff --git a/dom/media/test/test_eme_wv_privacy.html b/dom/media/test/test_eme_wv_privacy.html
@@ -44,6 +44,7 @@ function Test() {
}
SimpleTest.waitForExplicitFinish();
+SimpleTest.requestLongerTimeout(2);
Test().then(function() {
SimpleTest.finish();
});