Increase parallel workers to trigger more errors

This commit is contained in:
Arthur Petukhovsky
2021-09-29 11:51:40 +03:00
parent ed521e05e7
commit 8a44796905

View File

@@ -233,7 +233,7 @@ jobs:
exit 1
fi
if << parameters.run_in_parallel >>; then
EXTRA_PARAMS="-n4 $EXTRA_PARAMS"
EXTRA_PARAMS="-n16 $EXTRA_PARAMS"
fi;
# Run the tests.
#