[Build] Add ability to set fixed numbers of JUnit 5 threads via local.properties
This commit is contained in:
committed by
TeamCityServer
parent
2fb066e261
commit
a7bea1ad2f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user