Skip to content

Commit 9d8ec61

Browse files
authored
Merge pull request #3258 from sarahmarshy/build_test_err
Prevent process pool inside of process pool when building tests
2 parents 68badb2 + 9f39132 commit 9d8ec61

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
@@ -2155,7 +2155,7 @@ def build_tests(tests, base_source_paths, build_path, target, toolchain_name,
21552155

21562156
args = (src_path, test_build_path, target, toolchain_name)
21572157
kwargs = {
2158-
'jobs': jobs,
2158+
'jobs': 1,
21592159
'clean': clean,
21602160
'macros': macros,
21612161
'name': test_case_folder_name,

0 commit comments

Comments
 (0)