Title: [217640] trunk/LayoutTests
Revision
217640
Author
[email protected]
Date
2017-05-31 16:42:27 -0700 (Wed, 31 May 2017)

Log Message

Flaky Test: http/tests/misc/acid3.html
https://bugs.webkit.org/show_bug.cgi?id=165734
<rdar://problem/32249821>

Reviewed by Simon Fraser.

Increase internal test timeout from 5 seconds to 10 seconds to reduce
flakiness.

* http/tests/misc/acid3.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (217639 => 217640)


--- trunk/LayoutTests/ChangeLog	2017-05-31 23:33:30 UTC (rev 217639)
+++ trunk/LayoutTests/ChangeLog	2017-05-31 23:42:27 UTC (rev 217640)
@@ -1,3 +1,16 @@
+2017-05-31  Chris Dumez  <[email protected]>
+
+        Flaky Test: http/tests/misc/acid3.html
+        https://bugs.webkit.org/show_bug.cgi?id=165734
+        <rdar://problem/32249821>
+
+        Reviewed by Simon Fraser.
+
+        Increase internal test timeout from 5 seconds to 10 seconds to reduce
+        flakiness.
+
+        * http/tests/misc/acid3.html:
+
 2017-05-31  Ryan Haddad  <[email protected]>
 
         Skip http/tests/cache/cancel-during-revalidation-succeeded.html on ios-wk2.

Modified: trunk/LayoutTests/http/tests/misc/acid3.html (217639 => 217640)


--- trunk/LayoutTests/http/tests/misc/acid3.html	2017-05-31 23:33:30 UTC (rev 217639)
+++ trunk/LayoutTests/http/tests/misc/acid3.html	2017-05-31 23:42:27 UTC (rev 217640)
@@ -3437,9 +3437,9 @@
         var elapsedTest = new Date() - beforeTest;
         if (result == "retry") {
           // some tests uses this magical mechanism to wait for support files to load
-          // we will give this test 500 attempts (5000ms) before aborting
+          // we will give this test 1000 attempts (10000ms) before aborting
           retry += 1;
-          if (retry < 500) {
+          if (retry < 1000) {
             setTimeout(update, delay);
             return;
           }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to