diff options
Diffstat (limited to 'tools/perf/measurements/smoothness_unittest.py')
-rw-r--r-- | tools/perf/measurements/smoothness_unittest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/measurements/smoothness_unittest.py b/tools/perf/measurements/smoothness_unittest.py index 55cd39e..80fa42e 100644 --- a/tools/perf/measurements/smoothness_unittest.py +++ b/tools/perf/measurements/smoothness_unittest.py @@ -34,7 +34,7 @@ class AnimatedPage(page.Page): page_set=page_set, base_dir=page_set.base_dir) def RunSmoothness(self, action_runner): - action_runner.RunAction(WaitAction({'seconds': 1})) + action_runner.Wait(1) class FakeTab(object): |