Increase timeout on sfgate pageset

TBR=scroggo
NOTRY=true
BUG=skia:3196

Review URL: https://codereview.chromium.org/800563002
This commit is contained in:
rmistry 2014-12-11 13:23:28 -08:00 committed by Commit bot
parent c230414861
commit e556089dd1

View File

@ -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):