blob: 7797bec529313812cbd5796a2e6a535aad98195b [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 = "2048m"
}
}