Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(850)

Unified Diff: chrome/browser/predictors/resource_prefetch_predictor_browsertest.cc

Issue 2918563002: Increase SubresourceFcpOrder resource delay. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/predictors/resource_prefetch_predictor_browsertest.cc
diff --git a/chrome/browser/predictors/resource_prefetch_predictor_browsertest.cc b/chrome/browser/predictors/resource_prefetch_predictor_browsertest.cc
index 306f3987c2d0b5192a0022dc01c317da1bb634aa..03bd3d3fad24870cfad760a8bff170b62402a5b1 100644
--- a/chrome/browser/predictors/resource_prefetch_predictor_browsertest.cc
+++ b/chrome/browser/predictors/resource_prefetch_predictor_browsertest.cc
@@ -783,7 +783,7 @@ IN_PROC_BROWSER_TEST_F(ResourcePrefetchPredictorBrowserTest,
GetURL(kImagePath), content::RESOURCE_TYPE_IMAGE, net::LOWEST);
// Delay HTTP response to ensure enough time to receive notice of
// firstContentfulPaint.
- image->delay = base::TimeDelta::FromMilliseconds(1500);
+ image->delay = base::TimeDelta::FromMilliseconds(2500);
image->request.before_first_contentful_paint = false;
TestLearningAndPrefetching(GetURL(kHtmlFcpOrderPath), true);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698