fork after every Robolectric test to try to avoid crashes
This commit is contained in:
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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user