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

Unified Diff: scripts/master/factory/remote_run_factory.py

Issue 2095373002: remote_run_factory: keep timeout defaults in sync with annotator_factory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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: scripts/master/factory/remote_run_factory.py
diff --git a/scripts/master/factory/remote_run_factory.py b/scripts/master/factory/remote_run_factory.py
index b74307c79c07b4c2b7a8e4ee98d7c01a160ae853..68d588313cfaeb65cb8ad512560e756b29bbc347 100644
--- a/scripts/master/factory/remote_run_factory.py
+++ b/scripts/master/factory/remote_run_factory.py
@@ -7,9 +7,10 @@ from master.factory import commands
from master.factory.build_factory import BuildFactory
+# TODO(nodir): restore timeout=1200, https://crbug.com/593891
def RemoteRunFactory(active_master, repository, recipe,
revision='origin/master', factory_properties=None,
- timeout=1200, max_time=2400, triggers=None):
+ timeout=2400, max_time=None, triggers=None):
"""Returns buildbot build factory which runs recipes using recipe engine's
remote_run command.
« 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