Skip to content

Commit

Permalink
Increase test task heap size. (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
runningcode authored Aug 20, 2020
1 parent 97c1f81 commit e421296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doctor-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ signing {

tasks.withType(Test::class.java).configureEach {
jvmArgs("-XX:+HeapDumpOnOutOfMemoryError")
maxHeapSize = "1G"
testLogging {
events = setOf(TestLogEvent.SKIPPED, TestLogEvent.FAILED, TestLogEvent.PASSED)
}
Expand Down

0 comments on commit e421296

Please sign in to comment.