| Index: tools/perf/page_sets/garbage_collection_cases.py
|
| diff --git a/tools/perf/page_sets/garbage_collection_cases.py b/tools/perf/page_sets/garbage_collection_cases.py
|
| index a185b7aebe539677081fc844feaf037f03d466a6..241c3fd06b2039c0364721592b951274c9c57f9e 100644
|
| --- a/tools/perf/page_sets/garbage_collection_cases.py
|
| +++ b/tools/perf/page_sets/garbage_collection_cases.py
|
| @@ -24,8 +24,7 @@ class SpinningBallsPage(page_module.Page):
|
| "document.readyState == 'complete'")
|
|
|
| def RunPageInteractions(self, action_runner):
|
| - interaction = action_runner.BeginInteraction(
|
| - 'RunSmoothAllActions', is_fast=True)
|
| + interaction = action_runner.BeginInteraction('RunSmoothAllActions')
|
| action_runner.Wait(15)
|
| interaction.End()
|
|
|
|
|