Reduce test memory in an effort to increase test stability.

dev/0.11
modmuss50 2022-01-21 13:30:58 +00:00
parent 9e46f0d389
commit d8f070cc27
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ jacocoTestReport {
} }
test { test {
maxHeapSize = "4096m" maxHeapSize = "1536m"
useJUnitPlatform() useJUnitPlatform()
} }