mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-09-22 20:15:12 -04:00
fork after every Robolectric test to try to avoid crashes
This commit is contained in:
1 parent
611974ecbf
commit
64e99cf90f
1 file changed
+1
-1
+1
-1
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user