aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skp
diff options
context:
space:
mode:
authorGravatar rmistry <rmistry@google.com>2014-10-29 06:40:27 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-29 06:40:27 -0700
commit6eea9e787107a83be36b03d93cddfe7fdf1e9e05 (patch)
tree910735fc5d56b53895352b15eb4149f47a7e71a7 /tools/skp
parent067c065a6664d7fb5bb1d41af9e8641e5350fccc (diff)
Add wait to amazon page set to avoid tab crashes
BUG=skia:3049 TBR=borenet NOTRY=true Review URL: https://codereview.chromium.org/686133002
Diffstat (limited to 'tools/skp')
-rw-r--r--tools/skp/page_sets/skia_amazon_desktop.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/skp/page_sets/skia_amazon_desktop.py b/tools/skp/page_sets/skia_amazon_desktop.py
index 6ccf0a6ad7..3d7c6270e1 100644
--- a/tools/skp/page_sets/skia_amazon_desktop.py
+++ b/tools/skp/page_sets/skia_amazon_desktop.py
@@ -18,6 +18,10 @@ class SkiaBuildbotDesktopPage(page_module.Page):
self.user_agent_type = 'desktop'
self.archive_data_file = 'data/skia_amazon_desktop.json'
+ def RunNavigateSteps(self, action_runner):
+ action_runner.NavigateToPage(self)
+ action_runner.Wait(15)
+
class SkiaAmazonDesktopPageSet(page_set_module.PageSet):