Increase timeout on sfgate pageset
TBR=scroggo NOTRY=true BUG=skia:3196 Review URL: https://codereview.chromium.org/800563002
This commit is contained in:
parent
c230414861
commit
e556089dd1
@ -20,7 +20,7 @@ class SkiaBuildbotDesktopPage(page_module.Page):
|
||||
|
||||
def RunNavigateSteps(self, action_runner):
|
||||
action_runner.NavigateToPage(self)
|
||||
action_runner.Wait(5)
|
||||
action_runner.Wait(15)
|
||||
|
||||
|
||||
class SkiaSfgateDesktopPageSet(page_set_module.PageSet):
|
||||
|
Loading…
Reference in New Issue
Block a user