Unit tests: Bump max heap size to 3072m.

Sebastian Kaspari 3 years ago
parent 54297cdcc1
commit 144f9cd983

@ -220,7 +220,7 @@ android {
// instead. :) // instead. :)
maxParallelForks = 2 maxParallelForks = 2
forkEvery = 80 forkEvery = 80
maxHeapSize = "2048m" maxHeapSize = "3072m"
minHeapSize = "1024m" minHeapSize = "1024m"
} }
} }

Loading…
Cancel
Save