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

Unified Diff: masters/master.chromium.chrome/master.cfg

Issue 1528533003: Increase the timeout for the perf buildbots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: add TODO Created 5 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 | masters/master.chromium.perf/master.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.chrome/master.cfg
diff --git a/masters/master.chromium.chrome/master.cfg b/masters/master.chromium.chrome/master.cfg
index 716137348a8e4b73ce3843a5aa92f04ad6f2e3b9..0765bff0f36ff66879d4ecf427720b0c622f0383 100644
--- a/masters/master.chromium.chrome/master.cfg
+++ b/masters/master.chromium.chrome/master.cfg
@@ -90,11 +90,12 @@ b_google_chrome_rel_linux = {
}
# Please contact chrome-re before changing this _google_chrome_rel builder
+# TODO(krasin): decrease the timeout when https://crbug.com/569732 is fixed.
# Please keep master.chromium.perf in sync with this
b_google_chrome_rel_linux_64 = {
'name': 'Google Chrome Linux x64',
'builddir': 'google-chrome-rel-linux_64',
- 'factory': m_annotator.BaseFactory('chromium', timeout=3600),
+ 'factory': m_annotator.BaseFactory('chromium', timeout=4800),
'notify_on_missing': True,
}
« no previous file with comments | « no previous file | masters/master.chromium.perf/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698