Changeset 244346 in webkit


Ignore:
Timestamp:
Apr 16, 2019 11:25:34 AM (5 years ago)
Author:
wilander@apple.com
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.

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r244345 r244346  
     12019-04-16  John Wilander  <wilander@apple.com>
     2
     3        Increase timeout threshold in http/tests/adClickAttribution/send-attribution-conversion-request.html to address flakiness
     4        https://bugs.webkit.org/show_bug.cgi?id=196970
     5        <rdar://problem/49945327>
     6
     7        Unreviewed test gardening.
     8
     9        * http/tests/adClickAttribution/send-attribution-conversion-request.html:
     10            Increased test timeout from 2 seconds to 4.
     11
    1122019-04-16  Joseph Pecoraro  <pecoraro@apple.com>
    213
  • trunk/LayoutTests/http/tests/adClickAttribution/send-attribution-conversion-request.html

    r244325 r244346  
    4242
    4343        let iframeElement = document.createElement("iframe");
    44         iframeElement.src = "http://127.0.0.1:8000/adClickAttribution/resources/getConversionData.php?endTest=true&timeout_ms=2000&nonce=" + nonce;
     44        iframeElement.src = "http://127.0.0.1:8000/adClickAttribution/resources/getConversionData.php?endTest=true&timeout_ms=4000&nonce=" + nonce;
    4545        document.body.appendChild(iframeElement);
    4646    }
Note: See TracChangeset for help on using the changeset viewer.