mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-01-25 15:27:45 -05:00
fork after every Robolectric test to try to avoid crashes
This commit is contained in:
@@ -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