Skip to content

Commit f260a57

Browse files
increase memory for test
1 parent 75b9ec6 commit f260a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ if (project.hasProperty('release.useLastTag')) {
2828
}
2929

3030
test{
31-
maxHeapSize = "1g"
31+
maxHeapSize = "2g"
3232
}

0 commit comments

Comments
 (0)