Skip to content

Commit c4a80c3

Browse files
Abduqodiri Qurbonzodailya-g
Abduqodiri Qurbonzoda
authored andcommitted
Increase heap size for tests
1 parent 83f67fa commit c4a80c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kotlinx-collections-immutable/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ project('tests') {
3636
implementation project(path: ':kotlinx-collections-immutable')
3737
testImplementation 'com.google.guava:guava-testlib:18.0'
3838
}
39+
40+
test {
41+
maxHeapSize = "1024m"
42+
}
3943
}
4044

4145
compileKotlin {

0 commit comments

Comments
 (0)