Increase run_benchmarks timeout because the two Chromium page sets can take a while
authorrmistry <rmistry@google.com>
Tue, 30 Aug 2016 18:50:23 +0000 (11:50 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 30 Aug 2016 18:50:23 +0000 (11:50 -0700)
BUG=skia:5700
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2298453002
# Trybots do not exercise this code.
NOTRY=true
TBR=borenet

Review-Url: https://codereview.chromium.org/2298453002

tools/skp/webpages_playback.py

index be6b778..33c8513 100644 (file)
@@ -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', '300',
+          'timeout', '600',
           os.path.join(self._telemetry_binaries_dir, 'run_benchmark'),
           '--extra-browser-args="%s"' % self._browser_args,
           '--browser=exact',