Bump memory allocated for tests
This commit is contained in:
parent
751bd27c9d
commit
0838a10b65
|
@ -331,6 +331,10 @@ ext.initScreenshotTests = { project ->
|
|||
}
|
||||
}
|
||||
|
||||
tasks.withType(Test) {
|
||||
maxHeapSize = "2g"
|
||||
}
|
||||
|
||||
// Workaround to have KSP generated Kotlin code available in the IDE (for code completion)
|
||||
// Ref: https://github.com/airbnb/epoxy/releases/tag/5.0.0beta02
|
||||
subprojects { project ->
|
||||
|
|
Loading…
Reference in New Issue