mirror of
https://github.com/corda/corda.git
synced 2024-12-30 01:39:04 +00:00
reduce cores per fork to increase parallelism
This commit is contained in:
parent
4465c15d39
commit
7af363d1a6
@ -634,7 +634,7 @@ task allParallelIntegrationTest(type: ParallelTestGroup) {
|
|||||||
testGroups "integrationTest"
|
testGroups "integrationTest"
|
||||||
numberOfShards 10
|
numberOfShards 10
|
||||||
streamOutput false
|
streamOutput false
|
||||||
coresPerFork 5
|
coresPerFork 4
|
||||||
memoryInGbPerFork 12
|
memoryInGbPerFork 12
|
||||||
distribute DistributeTestsBy.METHOD
|
distribute DistributeTestsBy.METHOD
|
||||||
nodeTaints "big"
|
nodeTaints "big"
|
||||||
|
Loading…
Reference in New Issue
Block a user