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

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

Issue 2070623002: Augment the timeout of the Win x64 perf bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 6 months 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 | 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 a2039d7407d2a20ba1dce7a2bcfc24fc5f28400d..921abac706f38cb65604697e537127b17b121991 100644
--- a/masters/master.chromium.perf/master.cfg
+++ b/masters/master.chromium.perf/master.cfg
@@ -158,7 +158,8 @@ c['builders'] = []
_AddBuilder('Android Builder', 'android', target_bits=32, merge_requests=False)
_AddBuilder('Android arm64 Builder', 'android', merge_requests=False)
_AddBuilder('Win Builder', 'win', timeout=3600, target_bits=32)
-_AddBuilder('Win x64 Builder', 'win', timeout=3600)
+# TODO(dtu): decrease the timeout when https://crbug.com/617982 is fixed.
+_AddBuilder('Win x64 Builder', 'win', timeout=7200)
_AddBuilder('Mac Builder', 'mac', merge_requests=False)
# TODO(krasin): decrease the timeout when https://crbug.com/569732 is fixed.
_AddBuilder('Linux Builder', 'linux', timeout=4800, merge_requests=False)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698