Title: [244346] trunk/LayoutTests
Revision
244346
Author
[email protected]
Date
2019-04-16 11:25:34 -0700 (Tue, 16 Apr 2019)

Log Message

Increase timeout threshold in http/tests/adClickAttribution/send-attribution-conversion-request.html to address flakiness
https://bugs.webkit.org/show_bug.cgi?id=196970
<rdar://problem/49945327>

Unreviewed test gardening.


* http/tests/adClickAttribution/send-attribution-conversion-request.html:
    Increased test timeout from 2 seconds to 4.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (244345 => 244346)


--- trunk/LayoutTests/ChangeLog	2019-04-16 18:19:18 UTC (rev 244345)
+++ trunk/LayoutTests/ChangeLog	2019-04-16 18:25:34 UTC (rev 244346)
@@ -1,3 +1,14 @@
+2019-04-16  John Wilander  <[email protected]>
+
+        Increase timeout threshold in http/tests/adClickAttribution/send-attribution-conversion-request.html to address flakiness
+        https://bugs.webkit.org/show_bug.cgi?id=196970
+        <rdar://problem/49945327>
+
+        Unreviewed test gardening.
+
+        * http/tests/adClickAttribution/send-attribution-conversion-request.html:
+            Increased test timeout from 2 seconds to 4.
+
 2019-04-16  Joseph Pecoraro  <[email protected]>
 
         Unreviewed test gardening, rebaseline HAR test after r244294.

Modified: trunk/LayoutTests/http/tests/adClickAttribution/send-attribution-conversion-request.html (244345 => 244346)


--- trunk/LayoutTests/http/tests/adClickAttribution/send-attribution-conversion-request.html	2019-04-16 18:19:18 UTC (rev 244345)
+++ trunk/LayoutTests/http/tests/adClickAttribution/send-attribution-conversion-request.html	2019-04-16 18:25:34 UTC (rev 244346)
@@ -41,7 +41,7 @@
         document.body.removeChild(document.getElementById("pixel"));
 
         let iframeElement = document.createElement("iframe");
-        iframeElement.src = "" + nonce;
+        iframeElement.src = "" + nonce;
         document.body.appendChild(iframeElement);
     }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to