| 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):
|
|
|