Increase timeouts of wowwiki and youtube

This commit is contained in:
Ravi Mistry 2014-10-29 17:39:15 -04:00
parent e71cd54ed4
commit 7cf0294d51
2 changed files with 2 additions and 2 deletions

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(25)
class SkiaWowwikiDesktopPageSet(page_set_module.PageSet):

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(25)
class SkiaYoutubeDesktopPageSet(page_set_module.PageSet):