fork after every Robolectric test to try to avoid crashes

This commit is contained in:
Hans-Christoph Steiner 2021-02-19 09:25:27 +01:00
parent 611974ecbf
commit 64e99cf90f

@ -102,7 +102,7 @@ android {
systemProperty 'robolectric.dependency.repo.url', 'https://repo1.maven.org/maven2'
// hack to avoid memory leak crashes
forkEvery = 100
forkEvery = 1
}
}
}