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

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

Issue 2084553005: [Telemetry] Decrease run time of power_cases page set from 30 to 10. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/power_cases.py
diff --git a/tools/perf/page_sets/power_cases.py b/tools/perf/page_sets/power_cases.py
index e51ee85bd49a3fc0a82945cdc5ccf927d151126a..0a59781da88503a25a3877cfbe3ca724ee7304be 100644
--- a/tools/perf/page_sets/power_cases.py
+++ b/tools/perf/page_sets/power_cases.py
@@ -25,7 +25,7 @@ class PowerCasesPage(page_module.Page):
self.archive_data_file = 'data/power_cases.json'
def RunPageInteractions(self, action_runner):
- action_runner.Wait(30)
+ action_runner.Wait(10)
class PowerCasesPageSet(story.StorySet):
« 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