Increase wait times for androidpolice and nytimes
authorRavi Mistry <rmistry@google.com>
Wed, 29 Oct 2014 16:25:34 +0000 (12:25 -0400)
committerRavi Mistry <rmistry@google.com>
Wed, 29 Oct 2014 16:25:34 +0000 (12:25 -0400)
tools/skp/page_sets/skia_androidpolice_nexus10.py
tools/skp/page_sets/skia_nytimes_nexus10.py

index 4ed983c48cba0d00a7a5f5ba4827035b196c9b4e..8eb26fd0e90432919831251e551ff47ede7f125b 100644 (file)
@@ -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):
index c00f9d6ae3ec1131faa0f6e0e0892b7c16276f77..fa2193747fa602a32857f9322be406827beda5f8 100644 (file)
@@ -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):