Do not run unit tests in parallel

This is to investigate the intermittent mockk class
generation/loading issues. Since we can not reproduce
locally and the failures are intermittent they could
be caused by us running unit tests in parallel.
This commit is contained in:
Christian Sadilek 2021-09-01 12:14:02 -04:00
parent 2805f2e42e
commit b7c2c0eb0b
1 changed files with 0 additions and 1 deletions

View File

@ -211,7 +211,6 @@ android {
// reserve more memory and also create a new process after every 80 test classes. This
// is a band-aid solution and eventually we should try to find and fix the leaks
// instead. :)
maxParallelForks = 2
forkEvery = 80
maxHeapSize = "3072m"
minHeapSize = "1024m"