workaround tests crashing by forking after every 100 tests
This commit is contained in:
parent
8c8c79d68a
commit
a6a4147005
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user