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,