Skip to content

Commit 9f39132

Browse files
ARMARM
authored andcommitted
Prevent process pool inside of process pool when building tests
1 parent f6f872a commit 9f39132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2149,7 +2149,7 @@ def build_tests(tests, base_source_paths, build_path, target, toolchain_name,
21492149

21502150
args = (src_path, test_build_path, target, toolchain_name)
21512151
kwargs = {
2152-
'jobs': jobs,
2152+
'jobs': 1,
21532153
'clean': clean,
21542154
'macros': macros,
21552155
'name': test_case_folder_name,

0 commit comments

Comments
 (0)