From: rmistry Date: Tue, 30 Aug 2016 18:50:23 +0000 (-0700) Subject: Increase run_benchmarks timeout because the two Chromium page sets can take a while X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~106^2~648 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd7f867a0577a241ddbcb06eaa6aa104b78ff695;p=platform%2Fupstream%2FlibSkiaSharp.git 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 --- diff --git a/tools/skp/webpages_playback.py b/tools/skp/webpages_playback.py index be6b778..33c8513 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', '300', + 'timeout', '600', os.path.join(self._telemetry_binaries_dir, 'run_benchmark'), '--extra-browser-args="%s"' % self._browser_args, '--browser=exact',