Reduce test memory in an effort to increase test stability.
This commit is contained in:
parent
9e46f0d389
commit
d8f070cc27
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ jacocoTestReport {
|
|||
}
|
||||
|
||||
test {
|
||||
maxHeapSize = "4096m"
|
||||
maxHeapSize = "1536m"
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue