| Index: tools/perf/page_sets/system_health/system_health_story.py
|
| diff --git a/tools/perf/page_sets/system_health/system_health_story.py b/tools/perf/page_sets/system_health/system_health_story.py
|
| index bb31de8f3f8096521c1f1f6edfd0091f2f12efc8..baed0dc7811ebf2ac00b90260061a088930bef89 100644
|
| --- a/tools/perf/page_sets/system_health/system_health_story.py
|
| +++ b/tools/perf/page_sets/system_health/system_health_story.py
|
| @@ -13,7 +13,7 @@ from telemetry.page import shared_page_state
|
| # Extra wait time after the page has loaded required by the loading metric. We
|
| # use it in all benchmarks to avoid divergence between benchmarks.
|
| # TODO(petrcermak): Switch the memory benchmarks to use it as well.
|
| -_WAIT_TIME_AFTER_LOAD = 10
|
| +_WAIT_TIME_AFTER_LOAD = 15
|
|
|
|
|
| class _SystemHealthSharedState(shared_page_state.SharedPageState):
|
|
|