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

Unified Diff: scripts/master/master_utils.py

Issue 2590043002: Increase overall CQ build timeout (Closed)
Patch Set: Rebase Created 4 years 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 | « masters/master.tryserver.chromium.win/master.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/master_utils.py
diff --git a/scripts/master/master_utils.py b/scripts/master/master_utils.py
index c1f79d19dc123124277e8204f90df3093547ba79..f3f3062c3c2ccc5098c508ea623338ad7e391f7a 100644
--- a/scripts/master/master_utils.py
+++ b/scripts/master/master_utils.py
@@ -43,10 +43,7 @@ CQ_SERVICE_ACCOUNT = (
# Sanity timeout for CQ builders - they are expected to finish under one hour
# anyway. The timeout is deliberately larger than that so that we only
# kill really crazy long builds that also gum up resources.
-CQ_MAX_TIME = 2*60*60
-
-# Larger timeout for Windows, see http://crbug.com/567377 .
-CQ_MAX_TIME_WIN = 3*60*60
+CQ_MAX_TIME = 4*60*60
def HackMaxTime(maxTime=8*60*60):
« no previous file with comments | « masters/master.tryserver.chromium.win/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698