| Index: tools/perf/page_sets/system_health/browsing_stories.py
|
| diff --git a/tools/perf/page_sets/system_health/browsing_stories.py b/tools/perf/page_sets/system_health/browsing_stories.py
|
| index e0753eac5e45faa94a841248a35aa9f98f5ca1e2..7343e01c4ae1de4d52c408d764e63b2142dc37b5 100644
|
| --- a/tools/perf/page_sets/system_health/browsing_stories.py
|
| +++ b/tools/perf/page_sets/system_health/browsing_stories.py
|
| @@ -76,10 +76,10 @@ class _NewsBrowsingStory(_BrowsingStory):
|
|
|
| def _ReadNewsItem(self, action_runner):
|
| action_runner.tab.WaitForDocumentReadyStateToBeComplete()
|
| - action_runner.Wait(self.ITEM_READ_TIME_IN_SECONDS/2)
|
| + action_runner.Wait(self.ITEM_READ_TIME_IN_SECONDS/2.0)
|
| action_runner.RepeatableBrowserDrivenScroll(
|
| repeat_count=self.ITEM_SCROLL_REPEAT)
|
| - action_runner.Wait(self.ITEM_READ_TIME_IN_SECONDS/2)
|
| + action_runner.Wait(self.ITEM_READ_TIME_IN_SECONDS/2.0)
|
|
|
| def _ScrollMainPage(self, action_runner):
|
| action_runner.tab.WaitForDocumentReadyStateToBeComplete()
|
|
|