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

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

Issue 2012323002: [Android] Implement perf tests to platform mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [Android] Implement perf tests to platform mode. Created 4 years, 5 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
« tools/perf/page_sets/power_cases.py ('K') | « tools/perf/page_sets/power_cases.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/typical_10_mobile.py
diff --git a/tools/perf/page_sets/typical_10_mobile.py b/tools/perf/page_sets/typical_10_mobile.py
index 5b03a73c4e2aa850b40e7390ad489821151307db..aab40b36c947dca1b4190b54cc4d80431009e5e2 100644
--- a/tools/perf/page_sets/typical_10_mobile.py
+++ b/tools/perf/page_sets/typical_10_mobile.py
@@ -16,7 +16,7 @@ class Typical10MobilePage(page_module.Page):
self.archive_data_file = 'data/typical_10_mobile.json'
def RunPageInteractions(self, action_runner):
- action_runner.Wait(20)
+ action_runner.Wait(220)
action_runner.ScrollPage()
action_runner.Wait(20)
« tools/perf/page_sets/power_cases.py ('K') | « tools/perf/page_sets/power_cases.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698