diff options
author | Ravi Mistry <rmistry@google.com> | 2014-10-29 12:25:34 -0400 |
---|---|---|
committer | Ravi Mistry <rmistry@google.com> | 2014-10-29 12:25:34 -0400 |
commit | 7b3afa646ea220ea3372b7f6439c68e254a2c8b4 (patch) | |
tree | ec77e6cc1bbac0c20941e5772929003825c6d3e3 /tools/skp/page_sets | |
parent | fa494718d4d3d543d9dcaf8903a6729ade2c7104 (diff) |
Increase wait times for androidpolice and nytimes
Diffstat (limited to 'tools/skp/page_sets')
-rw-r--r-- | tools/skp/page_sets/skia_androidpolice_nexus10.py | 2 | ||||
-rw-r--r-- | tools/skp/page_sets/skia_nytimes_nexus10.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/skp/page_sets/skia_androidpolice_nexus10.py b/tools/skp/page_sets/skia_androidpolice_nexus10.py index 4ed983c48c..8eb26fd0e9 100644 --- a/tools/skp/page_sets/skia_androidpolice_nexus10.py +++ b/tools/skp/page_sets/skia_androidpolice_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 SkiaAndroidpoliceNexus10PageSet(page_set_module.PageSet): diff --git a/tools/skp/page_sets/skia_nytimes_nexus10.py b/tools/skp/page_sets/skia_nytimes_nexus10.py index c00f9d6ae3..fa2193747f 100644 --- a/tools/skp/page_sets/skia_nytimes_nexus10.py +++ b/tools/skp/page_sets/skia_nytimes_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 SkiaNytimesNexus10PageSet(page_set_module.PageSet): |