summaryrefslogtreecommitdiffstats
path: root/tools/perf/measurements/smoothness_unittest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/measurements/smoothness_unittest.py')
-rw-r--r--tools/perf/measurements/smoothness_unittest.py2
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):