Skip to content

Commit

Permalink
lazy-load: Increase timeout value to reduce flakes
Browse files Browse the repository at this point in the history
The test is still a bit flaky after increasing the value to 400ms (
which did in fact reduce flakiness substantially). This CL will
increase the value even further (600ms) to further reduce the flakiness.

[email protected]

Bug: 915236
Change-Id: I1ad650ed14dbf9b054a966324ec033a4bd2f47f8
Reviewed-on: https://chromium-review.googlesource.com/c/1379105
Reviewed-by: Ehsan Karamad <[email protected]>
Commit-Queue: Ehsan Karamad <[email protected]>
Cr-Commit-Position: refs/heads/master@{#616867}
  • Loading branch information
ehsan-karamad authored and chromium-wpt-export-bot committed Dec 14, 2018
1 parent cf8b055 commit 8e1ad30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"http://{{hosts[alt][www]}}:{{ports[http][0]}}/" +
"feature-policy/experimental-features/resources/lazyload-contents.html";

let load_timeout = 400; // ms
let load_timeout = 600; // ms
let expected_timeout_msg = false;

window.scrollTo(0, 0);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"http://{{hosts[alt][www]}}:{{ports[http][0]}}/" +
"feature-policy/experimental-features/resources/lazyload-contents.html";

let load_timeout = 400; // ms
let load_timeout = 600; // ms
let expected_timeout_msg = false;
let expected_load_msg = "This page is lazyloaded.";

Expand Down

0 comments on commit 8e1ad30

Please sign in to comment.