Title: [246387] trunk/LayoutTests
Revision
246387
Author
eric.carl...@apple.com
Date
2019-06-12 17:02:17 -0700 (Wed, 12 Jun 2019)

Log Message

[High Sierra / Mojave Debug WK2] Layout Test media/video-restricted-invisible-autoplay-allowed-when-visible.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=190885
<rdar://problem/45590590>

Reviewed by Youenn Fablet.

* media/video-restricted-invisible-autoplay-allowed-when-visible.html: Increase the amount of
 time it takes for the test to fail so it isn't flaky on slow machines.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (246386 => 246387)


--- trunk/LayoutTests/ChangeLog	2019-06-12 23:07:57 UTC (rev 246386)
+++ trunk/LayoutTests/ChangeLog	2019-06-13 00:02:17 UTC (rev 246387)
@@ -1,3 +1,14 @@
+2019-06-12  Eric Carlson  <eric.carl...@apple.com>
+
+        [High Sierra / Mojave Debug WK2] Layout Test media/video-restricted-invisible-autoplay-allowed-when-visible.html is a flaky failure
+        https://bugs.webkit.org/show_bug.cgi?id=190885
+        <rdar://problem/45590590>
+
+        Reviewed by Youenn Fablet.
+
+        * media/video-restricted-invisible-autoplay-allowed-when-visible.html: Increase the amount of
+         time it takes for the test to fail so it isn't flaky on slow machines.
+
 2019-06-12  Daniel Bates  <daba...@apple.com>
 
         [iOS] Adjust tests platform/ipad/fast/forms/{select-form-run-twice, unfocus-inside-fixed-hittest}.html following r243808

Modified: trunk/LayoutTests/media/video-restricted-invisible-autoplay-allowed-when-visible.html (246386 => 246387)


--- trunk/LayoutTests/media/video-restricted-invisible-autoplay-allowed-when-visible.html	2019-06-12 23:07:57 UTC (rev 246386)
+++ trunk/LayoutTests/media/video-restricted-invisible-autoplay-allowed-when-visible.html	2019-06-13 00:02:17 UTC (rev 246387)
@@ -19,7 +19,7 @@
             function putInDOM()
             {
                 run('document.body.appendChild(video)');
-                failTestIn(250);
+                failTestIn(2000);
             }
 
             function play()
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to