Unit tests: Bump max heap size to 3072m.

This commit is contained in:
Sebastian Kaspari 2021-04-29 19:36:58 +02:00
parent 4036ae92df
commit ea47db4a9e
1 changed files with 1 additions and 1 deletions

View File

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