Skip to content

Commit 0669f4e

Browse files
committed
Attempt to fix CI by settings tests max heap size
1 parent 34f6728 commit 0669f4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ tasks.withType(ScalaCompile) {
1717
test {
1818
scanForTestClasses = false
1919
include '**/*Test.*'
20+
maxHeapSize = "1024m"
2021
}
2122

2223
dependencies {

0 commit comments

Comments
 (0)