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

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

Issue 1489233002: Increase the timeout for Linux x64 official builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 b14c1669b139312f7af2633cd1a499199cf8e3a7..1719b4babdd3474af923f2398d010e2874a93b75 100644
--- a/masters/master.chromium.perf/master.cfg
+++ b/masters/master.chromium.perf/master.cfg
@@ -157,7 +157,7 @@ _AddBuilder('Android arm64 Builder', 'android')
_AddBuilder('Win Builder', 'win', timeout=3600, target_bits=32)
_AddBuilder('Win x64 Builder', 'win', timeout=3600)
_AddBuilder('Mac Builder', 'mac')
-_AddBuilder('Linux Builder', 'linux', merge_requests=False)
+_AddBuilder('Linux Builder', 'linux', timeout=3600, 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