Skip to content

Commit

Permalink
retry CI config pt. II
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Apr 29, 2024
1 parent f7e86e7 commit 7b22dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -260,7 +260,7 @@ tasks {

withType<Test> {
minHeapSize = "1g"
maxHeapSize = "60g"
maxHeapSize = "6g"
useJUnitPlatform()
testLogging {
events = setOf(

0 comments on commit 7b22dc4

Please sign in to comment.