Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Unified Diff: tools/skp/webpages_playback.py

Issue 2298453002: Increase run_benchmarks timeout because the two Chromium page sets can take a while (Closed)
Patch Set: Initial upload Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/skp/webpages_playback.py
diff --git a/tools/skp/webpages_playback.py b/tools/skp/webpages_playback.py
index be6b7784465e4bd31869e958701e6c48c8b46a88..33c851386a92b20ec45390112526cc51b8157015 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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698