aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skp
diff options
context:
space:
mode:
authorGravatar rmistry <rmistry@google.com>2015-03-24 10:58:37 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-03-24 10:58:37 -0700
commit6776a538f946a25e921f8ecd11a0ce1ddd422d0d (patch)
tree88794ec40b7f65a959aba0616d33a1562103a136 /tools/skp
parentf5b17fbd9406ea276d62886a072872dbd48ca58a (diff)
Increase timeout of ukwsj to get more consistent SKP captures
BUG=skia:3574 TBR=borenet NOTRY=true Review URL: https://codereview.chromium.org/1038443002
Diffstat (limited to 'tools/skp')
-rw-r--r--tools/skp/page_sets/skia_ukwsj_nexus10.py2
1 files changed, 1 insertions, 1 deletions
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):