mirror of
https://github.com/corda/corda.git
synced 2024-12-20 21:43:14 +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"
|
||||
numberOfShards 10
|
||||
streamOutput false
|
||||
coresPerFork 5
|
||||
coresPerFork 4
|
||||
memoryInGbPerFork 12
|
||||
distribute DistributeTestsBy.METHOD
|
||||
nodeTaints "big"
|
||||
|
Loading…
Reference in New Issue
Block a user