Increase run_benchmarks timeout because the two Chromium page sets can take a while

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
This commit is contained in:
rmistry 2016-08-30 11:50:23 -07:00 committed by Commit bot
parent b6064ef5b8
commit fd7f867a05

View 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',