From 8e1ad30afd519f9863390074eb5203c7a2740ed4 Mon Sep 17 00:00:00 2001 From: Ehsan Karamad Date: Fri, 14 Dec 2018 15:20:08 -0800 Subject: [PATCH] lazy-load: Increase timeout value to reduce flakes 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. TBR=iclelland@chromium.org Bug: 915236 Change-Id: I1ad650ed14dbf9b054a966324ec033a4bd2f47f8 Reviewed-on: https://chromium-review.googlesource.com/c/1379105 Reviewed-by: Ehsan Karamad Commit-Queue: Ehsan Karamad Cr-Commit-Position: refs/heads/master@{#616867} --- .../lazyload/lazyload-disabled-tentative.sub.html | 2 +- .../lazyload/lazyload-enabled-tentative.sub.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/feature-policy/experimental-features/lazyload/lazyload-disabled-tentative.sub.html b/feature-policy/experimental-features/lazyload/lazyload-disabled-tentative.sub.html index 5b9034b6384120..772998a8287d78 100644 --- a/feature-policy/experimental-features/lazyload/lazyload-disabled-tentative.sub.html +++ b/feature-policy/experimental-features/lazyload/lazyload-disabled-tentative.sub.html @@ -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); diff --git a/feature-policy/experimental-features/lazyload/lazyload-enabled-tentative.sub.html b/feature-policy/experimental-features/lazyload/lazyload-enabled-tentative.sub.html index 2e0a791f374cec..058b025446bbe0 100644 --- a/feature-policy/experimental-features/lazyload/lazyload-enabled-tentative.sub.html +++ b/feature-policy/experimental-features/lazyload/lazyload-enabled-tentative.sub.html @@ -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.";