Unit tests: Bump max heap size to 3072m.

pull/420/head
Sebastian Kaspari 3 years ago
parent 0e8cee7b88
commit 8ccd1619f4

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

Loading…
Cancel
Save