aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skp/webpages_playback.py
diff options
context:
space:
mode:
authorGravatar Ravi Mistry <rmistry@google.com>2016-09-08 09:08:44 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-09-08 13:13:43 +0000
commit57d6965562886dfbc9e93987288e9fe81be210d1 (patch)
tree380a4b5d30581ef015c99befaee341e42c929e12 /tools/skp/webpages_playback.py
parente99883f33b6443c243eab3cac5a64677a9edfcc7 (diff)
Further increase run_benchmark timeout
Looks like the chromium page sets still hit the 10 min timeout. BUG=skia:5700 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2342 # This code is not exercised by trybots. NOTRY=true Change-Id: I57aba4c1541a840d7e4e97112a6485abc20aa3c7 Reviewed-on: https://skia-review.googlesource.com/2342 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
Diffstat (limited to 'tools/skp/webpages_playback.py')
-rw-r--r--tools/skp/webpages_playback.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/skp/webpages_playback.py b/tools/skp/webpages_playback.py
index 33c851386a..69e56fec2e 100644
--- a/tools/skp/webpages_playback.py
+++ b/tools/skp/webpages_playback.py
@@ -290,7 +290,7 @@ class SkPicturePlayback(object):
run_benchmark_cmd = (
'PYTHONPATH=%s:%s:$PYTHONPATH' % (page_set_dir, self._catapult_dir),
'DISPLAY=%s' % X11_DISPLAY,
- 'timeout', '600',
+ 'timeout', '1800',
os.path.join(self._telemetry_binaries_dir, 'run_benchmark'),
'--extra-browser-args="%s"' % self._browser_args,
'--browser=exact',