mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-26 15:18:19 +08:00
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)
|
// 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
|
// Ref: https://github.com/airbnb/epoxy/releases/tag/5.0.0beta02
|
||||||
subprojects { project ->
|
subprojects { project ->
|
||||||
|
Loading…
Reference in New Issue
Block a user