diff --git a/tools/test_api.py b/tools/test_api.py index 67dde75894..5ba46794b3 100644 --- a/tools/test_api.py +++ b/tools/test_api.py @@ -2149,7 +2149,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,