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

Unified Diff: tools-webrtc/mb/mb.py

Issue 2862803002: Don't duplicate gtest-parallel flags in gtest-parallel-wrappers. (Closed)
Patch Set: Add example. Add --timeout=900 flag. Created 3 years, 7 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
Index: tools-webrtc/mb/mb.py
diff --git a/tools-webrtc/mb/mb.py b/tools-webrtc/mb/mb.py
index 9d568ced126beb08910b49a76f98fd37ac4a3550..9c53e008c49ad24928e079545c306a04daf61c1d 100755
--- a/tools-webrtc/mb/mb.py
+++ b/tools-webrtc/mb/mb.py
@@ -1096,8 +1096,9 @@ class MetaBuildWrapper(object):
output_dir = '${ISOLATED_OUTDIR}' + sep + 'test_logs'
gtest_parallel_wrapper = [
'../../tools-webrtc/gtest-parallel-wrapper.py',
- '--gtest_color=no',
'--output_dir=%s' % output_dir,
+ '--gtest_color=no',
+ '--timeout=900',
kjellander_webrtc 2017/05/04 11:50:10 For future readers, let's add add a line with a co
]
asan = 'is_asan=true' in vals['gn_args']

Powered by Google App Engine
This is Rietveld 408576698