workaround tests crashing by forking after every 100 tests

This commit is contained in:
Hans-Christoph Steiner 2021-02-18 19:02:18 +01:00
parent 8c8c79d68a
commit a6a4147005

View File

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