reduce cores per fork to increase parallelism

This commit is contained in:
stefano 2020-01-27 09:14:27 +00:00
parent 4465c15d39
commit 7af363d1a6

View File

@ -634,7 +634,7 @@ task allParallelIntegrationTest(type: ParallelTestGroup) {
testGroups "integrationTest"
numberOfShards 10
streamOutput false
coresPerFork 5
coresPerFork 4
memoryInGbPerFork 12
distribute DistributeTestsBy.METHOD
nodeTaints "big"