From 6918c960c23012cee05afbb179ee38aa43afe599 Mon Sep 17 00:00:00 2001 From: ARM Date: Thu, 10 Nov 2016 14:41:19 -0700 Subject: [PATCH] Prevent process pool inside of process pool when building tests --- tools/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_api.py b/tools/test_api.py index e6c9f384c6..c6b8250dfe 100644 --- a/tools/test_api.py +++ b/tools/test_api.py @@ -2155,7 +2155,7 @@ def build_tests(tests, base_source_paths, build_path, target, toolchain_name, args = (src_path, test_build_path, target, toolchain_name) kwargs = { - 'jobs': jobs, + 'jobs': 1, 'clean': clean, 'macros': macros, 'name': test_case_folder_name,