[Build] Add ability to set fixed numbers of JUnit 5 threads via local.properties

This commit is contained in:
Dmitriy Novozhilov
2021-11-15 12:29:57 +03:00
committed by TeamCityServer
parent 2fb066e261
commit a7bea1ad2f
3 changed files with 12 additions and 2 deletions
+3
View File
@@ -67,6 +67,9 @@ org.gradle.vfs.watch=true
# If it differs from default use next flag:
#bootstrap.local.path=/path/to/repo
# Set number of threads which are used for running JUnit 5 tests in concurrent mode
# If not set then min(number of CPU cores, 16) will be used
#kotlin.test.junit5.maxParallelForks=4
# Those properties are used to automatically generate run configurations for modularized
# and full pipeline tests for different sets of test data