Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #188 from google/max.memory
Browse files Browse the repository at this point in the history
Set max heap size for tests to 1GB
  • Loading branch information
j-baker authored Sep 1, 2016
2 parents a6ab78d + 2054651 commit 188a73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ String jackson(String pkg) {
}

test {
forkEvery = 5
maxHeapSize = "1024m"
}
tasks.withType(Test) {
testLogging {
Expand Down

0 comments on commit 188a73d

Please sign in to comment.