blob: 2e29a585067da83312105024aae0051dfa989232 [file] [log] [blame]
// b/155305020 , b/157663450 : temporarily increase test memory to see if it affects crash rate
allprojects { pr ->
pr.tasks.withType(Test) { t ->
t.maxHeapSize = "1024m"
}
}