Increase timeout of ukwsj to get more consistent SKP captures

BUG=skia:3574
TBR=borenet
NOTRY=true

Review URL: https://codereview.chromium.org/1038443002
This commit is contained in:
rmistry 2015-03-24 10:58:37 -07:00 committed by Commit bot
parent f5b17fbd94
commit 6776a538f9

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 SkiaUkwsjNexus10PageSet(page_set_module.PageSet):