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

Unified Diff: tools/perf/measurements/smoothness_unittest.py

Issue 473703002: [Telemetry] Remove waits in telemetry_perf_unittests. (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
Index: tools/perf/measurements/smoothness_unittest.py
diff --git a/tools/perf/measurements/smoothness_unittest.py b/tools/perf/measurements/smoothness_unittest.py
index 533333a454fcb0d0ee387611d218bda40f3c84a2..28aab5fdd19dd7193cf7525c54a0ada7283ffd96 100644
--- a/tools/perf/measurements/smoothness_unittest.py
+++ b/tools/perf/measurements/smoothness_unittest.py
@@ -35,7 +35,7 @@ class AnimatedPage(page.Page):
page_set=page_set, base_dir=page_set.base_dir)
def RunSmoothness(self, action_runner):
- action_runner.Wait(1)
+ action_runner.Wait(.2)
class FakeTab(object):
« no previous file with comments | « tools/perf/benchmarks/benchmark_unittest.py ('k') | tools/telemetry/telemetry/page/actions/action_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698