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

Unified Diff: tools/perf/page_sets/page_cycler_story.py

Issue 2756183002: Remove TTI wait for loading.mobile pages (Closed)
Patch Set: Created 3 years, 9 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: tools/perf/page_sets/page_cycler_story.py
diff --git a/tools/perf/page_sets/page_cycler_story.py b/tools/perf/page_sets/page_cycler_story.py
index a5fabf12a64748756283001f8a27c06d5dd6dd9a..bbef58ac3bd1d41da81e92cd3b217b88782aeca2 100644
--- a/tools/perf/page_sets/page_cycler_story.py
+++ b/tools/perf/page_sets/page_cycler_story.py
@@ -7,7 +7,6 @@ from telemetry.page import cache_temperature as cache_temperature_module
from telemetry.page import shared_page_state
-_TTI_WAIT_TIME = 10
_NAVIGATION_TIMEOUT = 180
_WEB_CONTENTS_TIMEOUT = 180
@@ -31,4 +30,3 @@ class PageCyclerStory(page.Page):
def RunPageInteractions(self, action_runner):
action_runner.tab.WaitForDocumentReadyStateToBeComplete(
_WEB_CONTENTS_TIMEOUT)
- action_runner.Wait(_TTI_WAIT_TIME)
« 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