test(ai-character): 오디오 콘텐츠 수정 테스트를 안정화한다
This commit is contained in:
@@ -99,9 +99,9 @@ tasks.withType<KotlinCompile> {
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType<Test> {
|
||||
tasks.withType<Test>().configureEach {
|
||||
useJUnitPlatform()
|
||||
maxHeapSize = "4096m"
|
||||
maxHeapSize = "4g"
|
||||
jvmArgs("-Dfile.encoding=UTF-8")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user