Skip to content

Commit

Permalink
Tests: increase heap size, remove redundant configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Jun 25, 2024
1 parent 37967d6 commit 794baee
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions echosvg-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,8 @@ publishing.publications.maven(MavenPublication).pom {
}

test {
minHeapSize = '128m'
maxHeapSize = '1024m'

jvmArgs '-Xmx3G'
minHeapSize = '512m'
maxHeapSize = '4G'

useJUnitPlatform() {
excludeTags 'SecMan'
Expand Down

0 comments on commit 794baee

Please sign in to comment.