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

Unified Diff: masters/master.chromium.win/master_win_cfg.py

Issue 410353004: Huge timeout on Win8 Aura to catch while broken (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: . Created 6 years, 5 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.win/master_win_cfg.py
diff --git a/masters/master.chromium.win/master_win_cfg.py b/masters/master.chromium.win/master_win_cfg.py
index 55cdde136bc2ce6434ef87f13024fc28adbbb0e4..75b34b8d29bfe756def7728f9d102d7c3e0fcc08 100644
--- a/masters/master.chromium.win/master_win_cfg.py
+++ b/masters/master.chromium.win/master_win_cfg.py
@@ -88,7 +88,8 @@ def Update(config, active_master, c):
{'name': 'Win7 Tests (dbg)(5)'},
{'name': 'Win7 Tests (dbg)(6)'},
{'name': 'Interactive Tests (dbg)'},
- {'name': 'Win8 Aura'},
+ # Temporary huge timeout to debug http://crbug.com/340422.
+ {'name': 'Win8 Aura', 'timeout': 86400 },
]
c['builders'].extend([
@@ -98,7 +99,7 @@ def Update(config, active_master, c):
'chromium',
factory_properties=spec.get('factory_properties'),
triggers=spec.get('triggers'),
- timeout=2400),
+ timeout=spec.get('timeout', 2400)),
'notify_on_missing': True,
'category': '2windows',
} for spec in specs
« 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