Title: [161008] trunk/LayoutTests
Revision
161008
Author
[email protected]
Date
2013-12-23 11:43:08 -0800 (Mon, 23 Dec 2013)

Log Message

REGRESSION (r160847): fast/dynamic/paused-event-dispatch.html is failing
https://bugs.webkit.org/show_bug.cgi?id=126163

Unreviewed. Try increasing the timeouts after r160896.

* fast/dynamic/paused-event-dispatch.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (161007 => 161008)


--- trunk/LayoutTests/ChangeLog	2013-12-23 19:34:27 UTC (rev 161007)
+++ trunk/LayoutTests/ChangeLog	2013-12-23 19:43:08 UTC (rev 161008)
@@ -1,3 +1,12 @@
+2013-12-23  Ryosuke Niwa  <[email protected]>
+
+        REGRESSION (r160847): fast/dynamic/paused-event-dispatch.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=126163
+
+        Unreviewed. Try increasing the timeouts after r160896.
+
+        * fast/dynamic/paused-event-dispatch.html:
+
 2013-12-23  Commit Queue  <[email protected]>
 
         Unreviewed, rolling out r160945.

Modified: trunk/LayoutTests/fast/dynamic/paused-event-dispatch.html (161007 => 161008)


--- trunk/LayoutTests/fast/dynamic/paused-event-dispatch.html	2013-12-23 19:34:27 UTC (rev 161007)
+++ trunk/LayoutTests/fast/dynamic/paused-event-dispatch.html	2013-12-23 19:43:08 UTC (rev 161008)
@@ -22,7 +22,7 @@
         if (window.testRunner)
             testRunner.dumpAsText();
 
-        setTimeout(finish, 0);
+        setTimeout(finish, 50);
     }
 
     function finish()
@@ -31,7 +31,7 @@
         setTimeout(function () {
             if (window.testRunner)
                 testRunner.notifyDone();
-        }, 0);
+        }, 50);
     }
 </script>
 <p>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to