Reduce test memory in an effort to increase test stability.
parent
9e46f0d389
commit
d8f070cc27
|
@ -184,7 +184,7 @@ jacocoTestReport {
|
||||||
}
|
}
|
||||||
|
|
||||||
test {
|
test {
|
||||||
maxHeapSize = "4096m"
|
maxHeapSize = "1536m"
|
||||||
useJUnitPlatform()
|
useJUnitPlatform()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue