We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592098e commit 882ef53Copy full SHA for 882ef53
1 file changed
build-logic/convention/src/main/kotlin/AndroidComposeConventionPlugin.kt
@@ -35,7 +35,7 @@ class AndroidComposeConventionPlugin : Plugin<Project> {
35
36
// Screenshot test worker memory grows with test count. Increase as needed.
37
// Tracking: https://issuetracker.google.com/issues/469819154
38
- val maxHeapSizeScreenshotTesting = "6g"
+ val maxHeapSizeScreenshotTesting = "7g"
39
40
tasks.withType<PreviewScreenshotValidationTask>().configureEach {
41
maxHeapSize = maxHeapSizeScreenshotTesting
0 commit comments