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

Unified Diff: tools/bots/pub.py

Issue 424093003: Run with a bigger timeout for pub/pkg tests. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 5 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/bots/pub.py
===================================================================
--- tools/bots/pub.py (revision 38664)
+++ tools/bots/pub.py (working copy)
@@ -47,6 +47,8 @@
if build_info.builder_tag:
common_args.append('--builder-tag=%s' % build_info.builder_tag)
+ # There are a number of big/integration tests in pkg, run with bigger timeout
+ common_args.append('--timeout=120')
opt_threshold = '--vm-options=--optimization-counter-threshold=5'
if build_info.mode == 'release':
« 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