test(ai-character): 오디오 콘텐츠 수정 테스트를 안정화한다

This commit is contained in:
2026-07-30 13:09:54 +09:00
parent 5a90fbf98e
commit b30447f004
3 changed files with 22 additions and 17 deletions

View File

@@ -99,9 +99,9 @@ tasks.withType<KotlinCompile> {
}
}
tasks.withType<Test> {
tasks.withType<Test>().configureEach {
useJUnitPlatform()
maxHeapSize = "4096m"
maxHeapSize = "4g"
jvmArgs("-Dfile.encoding=UTF-8")
}