Skip to content

Commit

Permalink
Add maxHeapSize back in
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <cwperx@amazon.com>
  • Loading branch information
cwperks committed Oct 31, 2024
1 parent 3302ed0 commit 26159eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,11 @@ task integrationTest(type: Test) {
}
}

tasks.named("integrationTest") {
minHeapSize = "512m"
maxHeapSize = "2g"
}

tasks.integrationTest.finalizedBy(jacocoTestReport) // report is always generated after integration tests run

//run the integrationTest task before the check task
Expand Down

0 comments on commit 26159eb

Please sign in to comment.