| 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 241c3fd06b2039c0364721592b951274c9c57f9e..a185b7aebe539677081fc844feaf037f03d466a6 100644
|
| --- a/tools/perf/page_sets/garbage_collection_cases.py
|
| +++ b/tools/perf/page_sets/garbage_collection_cases.py
|
| @@ -24,7 +24,8 @@
|
| "document.readyState == 'complete'")
|
|
|
| def RunPageInteractions(self, action_runner):
|
| - interaction = action_runner.BeginInteraction('RunSmoothAllActions')
|
| + interaction = action_runner.BeginInteraction(
|
| + 'RunSmoothAllActions', is_fast=True)
|
| action_runner.Wait(15)
|
| interaction.End()
|
|
|
|
|