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

Unified Diff: masters/master.tryserver.chromium.win/master.cfg

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 | « no previous file | scripts/master/master_utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium.win/master.cfg
diff --git a/masters/master.tryserver.chromium.win/master.cfg b/masters/master.tryserver.chromium.win/master.cfg
index 518276fd8c0917be60ca944757b870bf38445904..4d92a215653a4335755e27e2066c83db1732b810 100644
--- a/masters/master.tryserver.chromium.win/master.cfg
+++ b/masters/master.tryserver.chromium.win/master.cfg
@@ -72,12 +72,12 @@ for targ in ('_rel', '_dbg'):
chromium_builders.extend([{
'name': 'win_chromium%s_ng' % targ,
'factory': m_remote_run(
- 'chromium_trybot', timeout=3600, max_time=master_utils.CQ_MAX_TIME_WIN),
+ 'chromium_trybot', timeout=3600, max_time=master_utils.CQ_MAX_TIME),
'slavebuilddir': 'remote_run'
}, {
'name': 'win_chromium_compile%s_ng' % targ,
'factory': m_remote_run(
- 'chromium_trybot', timeout=3600, max_time=master_utils.CQ_MAX_TIME_WIN),
+ 'chromium_trybot', timeout=3600, max_time=master_utils.CQ_MAX_TIME),
'slavebuilddir': 'remote_run'
}])
@@ -108,7 +108,7 @@ chromium_builders.append({
chromium_builders.append({
'name': 'win_chromium_x64_rel_ng',
'factory': m_remote_run(
- 'chromium_trybot', timeout=3600, max_time=master_utils.CQ_MAX_TIME_WIN),
+ 'chromium_trybot', timeout=3600, max_time=master_utils.CQ_MAX_TIME),
'slavebuilddir': 'remote_run'
})
« no previous file with comments | « no previous file | scripts/master/master_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698