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

Unified Diff: masters/master.chromium.perf/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 | « masters/master.chromium.chrome/master.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.perf/master.cfg
diff --git a/masters/master.chromium.perf/master.cfg b/masters/master.chromium.perf/master.cfg
index 288a40681345b34d04353b8d7ca66d4dce3f0b03..632d59ce6e36a7acc11a741bab76b36fad94cea1 100644
--- a/masters/master.chromium.perf/master.cfg
+++ b/masters/master.chromium.perf/master.cfg
@@ -157,7 +157,8 @@ _AddBuilder('Android arm64 Builder', 'android', merge_requests=False)
_AddBuilder('Win Builder', 'win', timeout=3600, target_bits=32)
_AddBuilder('Win x64 Builder', 'win', timeout=3600)
_AddBuilder('Mac Builder', 'mac')
-_AddBuilder('Linux Builder', 'linux', timeout=3600, merge_requests=False)
+# TODO(krasin): decrease the timeout when https://crbug.com/569732 is fixed.
+_AddBuilder('Linux Builder', 'linux', timeout=4800, merge_requests=False)
_AddTester('Android Galaxy S5 Perf', 'android', num_shards=3, target_bits=32)
« no previous file with comments | « masters/master.chromium.chrome/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698