diff options
author | rmistry <rmistry@google.com> | 2014-12-11 13:23:28 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-11 13:23:28 -0800 |
commit | e556089dd1a2ff52ba1b61211e66968c08a970ce (patch) | |
tree | 1602175bbceabdb678850de8a4361e63ae5a7f29 /tools/skp | |
parent | c230414861558ce20b74281b1ca363e56c441832 (diff) |
Increase timeout on sfgate pageset
TBR=scroggo
NOTRY=true
BUG=skia:3196
Review URL: https://codereview.chromium.org/800563002
Diffstat (limited to 'tools/skp')
-rw-r--r-- | tools/skp/page_sets/skia_sfgate_desktop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/skp/page_sets/skia_sfgate_desktop.py b/tools/skp/page_sets/skia_sfgate_desktop.py index f2e5c17a95..942f8a5e8f 100644 --- a/tools/skp/page_sets/skia_sfgate_desktop.py +++ b/tools/skp/page_sets/skia_sfgate_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 SkiaSfgateDesktopPageSet(page_set_module.PageSet): |