diff options
-rw-r--r-- | tools/perf/page_sets/memory_health_story.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/page_sets/memory_health_story.py b/tools/perf/page_sets/memory_health_story.py index fe1f15a..aad57d4 100644 --- a/tools/perf/page_sets/memory_health_story.py +++ b/tools/perf/page_sets/memory_health_story.py @@ -41,7 +41,7 @@ class ForegroundPage(page_module.Page): def _TakeMemoryMeasurement(self, action_runner, phase): action_runner.Wait(1) # See crbug.com/540022#c17. with action_runner.CreateInteraction(phase): - action_runner.Wait(DUMP_WAIT_TIME * 8) + action_runner.Wait(DUMP_WAIT_TIME) action_runner.ForceGarbageCollection() action_runner.tab.browser.platform.FlushEntireSystemCache() action_runner.Wait(DUMP_WAIT_TIME) |