Title: [220495] trunk/LayoutTests
Revision
220495
Author
cdu...@apple.com
Date
2017-08-09 16:03:10 -0700 (Wed, 09 Aug 2017)

Log Message

Unreviewed, deflake http/wpt/beacon/keepalive-after-navigation.html

Temporarily restore previous timeout on this test to address flakiness on the
bots until I can rewrite it.

* http/wpt/beacon/keepalive-after-navigation.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (220494 => 220495)


--- trunk/LayoutTests/ChangeLog	2017-08-09 23:01:05 UTC (rev 220494)
+++ trunk/LayoutTests/ChangeLog	2017-08-09 23:03:10 UTC (rev 220495)
@@ -1,5 +1,14 @@
 2017-08-09  Chris Dumez  <cdu...@apple.com>
 
+        Unreviewed, deflake http/wpt/beacon/keepalive-after-navigation.html
+
+        Temporarily restore previous timeout on this test to address flakiness on the
+        bots until I can rewrite it.
+
+        * http/wpt/beacon/keepalive-after-navigation.html:
+
+2017-08-09  Chris Dumez  <cdu...@apple.com>
+
         Import beacon/headers/header-content-type.html from upstream WPT
         https://bugs.webkit.org/show_bug.cgi?id=175395
 

Modified: trunk/LayoutTests/http/wpt/beacon/keepalive-after-navigation.html (220494 => 220495)


--- trunk/LayoutTests/http/wpt/beacon/keepalive-after-navigation.html	2017-08-09 23:01:05 UTC (rev 220494)
+++ trunk/LayoutTests/http/wpt/beacon/keepalive-after-navigation.html	2017-08-09 23:03:10 UTC (rev 220495)
@@ -22,7 +22,7 @@
           resolve(body);
         });
       });
-    }), 50);
+    }), 1000);
   });
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to