Skip to content

Commit 7919d50

Browse files
committed
Bump RAM for screenshottesting
1 parent 53178dd commit 7919d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/convention/src/main/kotlin/AndroidComposeConventionPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class AndroidComposeConventionPlugin : Plugin<Project> {
3838
// Hack until we get the update of the screenshot libray
3939
// https://issuetracker.google.com/issues/444048026
4040
// 3g is the minimal value for our tests to pass currently
41-
maxHeapSize = "3g"
41+
maxHeapSize = "4g"
4242
}
4343

4444
androidConfig {

0 commit comments

Comments
 (0)