Changeset 217640 in webkit


Ignore:
Timestamp:
May 31, 2017 4:42:27 PM (7 years ago)
Author:
Chris Dumez
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:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r217628 r217640  
     12017-05-31  Chris Dumez  <cdumez@apple.com>
     2
     3        Flaky Test: http/tests/misc/acid3.html
     4        https://bugs.webkit.org/show_bug.cgi?id=165734
     5        <rdar://problem/32249821>
     6
     7        Reviewed by Simon Fraser.
     8
     9        Increase internal test timeout from 5 seconds to 10 seconds to reduce
     10        flakiness.
     11
     12        * http/tests/misc/acid3.html:
     13
    1142017-05-31  Ryan Haddad  <ryanhaddad@apple.com>
    215
  • trunk/LayoutTests/http/tests/misc/acid3.html

    r215701 r217640  
    34383438        if (result == "retry") {
    34393439          // some tests uses this magical mechanism to wait for support files to load
    3440           // we will give this test 500 attempts (5000ms) before aborting
     3440          // we will give this test 1000 attempts (10000ms) before aborting
    34413441          retry += 1;
    3442           if (retry < 500) {
     3442          if (retry < 1000) {
    34433443            setTimeout(update, delay);
    34443444            return;
Note: See TracChangeset for help on using the changeset viewer.