From 456ce490ea71d1146fd2fdf94bdcd65009e5d924 Mon Sep 17 00:00:00 2001 From: Craig Tiller <craig.tiller@gmail.com> Date: Tue, 1 Sep 2015 09:01:50 -0700 Subject: [PATCH] Enable msbuild running parallel jobs --- tools/run_tests/run_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py index 6ca5ef0208..6da6f42642 100755 --- a/tools/run_tests/run_tests.py +++ b/tools/run_tests/run_tests.py @@ -479,6 +479,7 @@ if platform.system() == 'Windows': return [ jobset.JobSpec(['msbuild.exe', 'vsprojects\\%s.sln' % target, + '/m', '/p:Configuration=%s' % _WINDOWS_CONFIG[cfg]], shell=True, timeout_seconds=30*60) for target in targets] -- GitLab