aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skp/page_sets/skia_gmailthread_desktop.py
diff options
context:
space:
mode:
authorGravatar rmistry <rmistry@google.com>2014-10-28 14:25:17 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-28 14:25:17 -0700
commit0ec28af1a7259ef0deec44bd3cba74aafc3c2ad1 (patch)
tree7737eec622dc2219e7eee8f529cb4b11ffe0f420 /tools/skp/page_sets/skia_gmailthread_desktop.py
parentea04d2d0bb415757001c07328a3dd99532aa9780 (diff)
Updated all page sets to capture new set of webpage archives.
Fixed the record_wpr retry mechanism in webpages_playback.py. Updated all page sets to remove the no longer needed RunSmoothness and RunNavigateSteps. Updated the key_silk_cases pagesets to point to a non svn location: * skia_fontwipe_desktop.py * skia_silkfinance_desktop.py Removed mercurynews, record_wpr was timing out because of a popup. Added back the following pagesets which were previously disabled but are now working again: * skia_cnn_nexus10.py * skia_wordpress_desktop.py * skia_transformice_nexus10.py BUG=skia:3049 Review URL: https://codereview.chromium.org/684863002
Diffstat (limited to 'tools/skp/page_sets/skia_gmailthread_desktop.py')
-rw-r--r--tools/skp/page_sets/skia_gmailthread_desktop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/skp/page_sets/skia_gmailthread_desktop.py b/tools/skp/page_sets/skia_gmailthread_desktop.py
index ec13eccc7d..c3327fa9ed 100644
--- a/tools/skp/page_sets/skia_gmailthread_desktop.py
+++ b/tools/skp/page_sets/skia_gmailthread_desktop.py
@@ -24,7 +24,7 @@ class SkiaBuildbotDesktopPage(page_module.Page):
def RunNavigateSteps(self, action_runner):
action_runner.NavigateToPage(self)
- action_runner.Wait(60)
+ action_runner.Wait(15)
class SkiaGmailthreadDesktopPageSet(page_set_module.PageSet):