| Index: tools/skp/page_sets/skia_baidu_desktop.py
|
| diff --git a/tools/skp/page_sets/skia_baidu_desktop.py b/tools/skp/page_sets/skia_baidu_desktop.py
|
| index df11d6c5c7be53763a851c65fc50d12f6181f909..c7baa24b7a83e1b8e4b7d335a0cc10afc182e1e5 100644
|
| --- a/tools/skp/page_sets/skia_baidu_desktop.py
|
| +++ b/tools/skp/page_sets/skia_baidu_desktop.py
|
| @@ -18,12 +18,9 @@ class SkiaBuildbotDesktopPage(page_module.Page):
|
| self.user_agent_type = 'desktop'
|
| self.archive_data_file = 'data/skia_baidu_desktop.json'
|
|
|
| - def RunSmoothness(self, action_runner):
|
| - action_runner.ScrollElement()
|
| -
|
| def RunNavigateSteps(self, action_runner):
|
| action_runner.NavigateToPage(self)
|
| - action_runner.Wait(60)
|
| + action_runner.Wait(90)
|
|
|
|
|
| class SkiaBaiduDesktopPageSet(page_set_module.PageSet):
|
|
|