Update test memory to avoid java heap errors (#778)

This commit is contained in:
Brian Yencho 2024-01-25 09:58:02 -06:00 committed by Álison Fernandes
parent 4669682b83
commit cc7da7b8dd

View file

@ -275,6 +275,8 @@ tasks {
withType<Test> {
useJUnitPlatform()
maxHeapSize = "4g"
jvmArgs = listOf("-XX:MaxMetaspaceSize=512m")
}
}