From 6776a538f946a25e921f8ecd11a0ce1ddd422d0d Mon Sep 17 00:00:00 2001 From: rmistry Date: Tue, 24 Mar 2015 10:58:37 -0700 Subject: Increase timeout of ukwsj to get more consistent SKP captures BUG=skia:3574 TBR=borenet NOTRY=true Review URL: https://codereview.chromium.org/1038443002 --- tools/skp/page_sets/skia_ukwsj_nexus10.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/skp') diff --git a/tools/skp/page_sets/skia_ukwsj_nexus10.py b/tools/skp/page_sets/skia_ukwsj_nexus10.py index 02db04463e..b3297e2852 100644 --- a/tools/skp/page_sets/skia_ukwsj_nexus10.py +++ b/tools/skp/page_sets/skia_ukwsj_nexus10.py @@ -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): -- cgit v1.2.3