Skip to content

Commit 910bd89

Browse files
committed
int test requires more memory
1 parent 1965508 commit 910bd89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ testInt.dependsOn ':processor-one:build'
9191
testInt.dependsOn ':processor-two:build'
9292

9393
testInt {
94-
minHeapSize = "512M"
94+
maxHeapSize = "1024M"
9595
systemProperty "PROJECT_DIR", "$projectDir"
9696
}
9797

0 commit comments

Comments
 (0)