Skip to content

Commit 0838a10

Browse files
committed
Bump memory allocated for tests
1 parent 751bd27 commit 0838a10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,10 @@ ext.initScreenshotTests = { project ->
331331
}
332332
}
333333

334+
tasks.withType(Test) {
335+
maxHeapSize = "2g"
336+
}
337+
334338
// Workaround to have KSP generated Kotlin code available in the IDE (for code completion)
335339
// Ref: https://github.com/airbnb/epoxy/releases/tag/5.0.0beta02
336340
subprojects { project ->

0 commit comments

Comments
 (0)