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:
parent
ad7bf22f61
commit
31db4fa3c8
10 changed files with 18 additions and 18 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue