Bump CI max JVM heap size and CPU usage (#2444)
* Bump CI max JVM heap size and CPU usage * Bump Heap size a bit more for `build` * Bump Heap size for tests too
This commit is contained in:
committed by
GitHub
parent
ad7bf22f61
commit
31db4fa3c8
@@ -153,7 +153,7 @@ allprojects {
|
||||
val isScreenshotTest = project.gradle.startParameter.taskNames.any { it.contains("paparazzi", ignoreCase = true) }
|
||||
if (isScreenshotTest) {
|
||||
// Increase heap size for screenshot tests
|
||||
maxHeapSize = "1g"
|
||||
maxHeapSize = "2g"
|
||||
} else {
|
||||
// Disable screenshot tests by default
|
||||
exclude("ui/S.class")
|
||||
|
||||
Reference in New Issue
Block a user