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

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

Issue 462143002: Extend the duration of the tough_filters_cases page set. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/tough_filters_cases.py
diff --git a/tools/perf/page_sets/tough_filters_cases.py b/tools/perf/page_sets/tough_filters_cases.py
index 0fabc60e04493c8dfcbeb7c1e55cbc6187c60f9f..457debda68d18ffe182f8f4692efc1165b4923bd 100644
--- a/tools/perf/page_sets/tough_filters_cases.py
+++ b/tools/perf/page_sets/tough_filters_cases.py
@@ -8,7 +8,7 @@ from telemetry.page import page_set as page_set_module
class ToughFiltersCasesPage(page_module.Page):
def RunSmoothness(self, action_runner):
- action_runner.Wait(5)
+ action_runner.Wait(10)
class ToughFiltersCasesPageSet(page_set_module.PageSet):
« 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