diff options
Diffstat (limited to 'tools/skp/page_sets/skia_forecastio_desktop.py')
-rw-r--r-- | tools/skp/page_sets/skia_forecastio_desktop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/skp/page_sets/skia_forecastio_desktop.py b/tools/skp/page_sets/skia_forecastio_desktop.py index 34cee15992..e1356fe76a 100644 --- a/tools/skp/page_sets/skia_forecastio_desktop.py +++ b/tools/skp/page_sets/skia_forecastio_desktop.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 SkiaForecastioDesktopPageSet(page_set_module.PageSet): |