Skip to content

Commit 882ef53

Browse files
committed
Bump screenshot max heap to 7GB
1 parent 592098e commit 882ef53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class AndroidComposeConventionPlugin : Plugin<Project> {
3535

3636
// Screenshot test worker memory grows with test count. Increase as needed.
3737
// Tracking: https://issuetracker.google.com/issues/469819154
38-
val maxHeapSizeScreenshotTesting = "6g"
38+
val maxHeapSizeScreenshotTesting = "7g"
3939

4040
tasks.withType<PreviewScreenshotValidationTask>().configureEach {
4141
maxHeapSize = maxHeapSizeScreenshotTesting

0 commit comments

Comments
 (0)