mirror of
https://github.com/bitwarden/android.git
synced 2025-02-18 04:50:01 +03:00
Update test memory to avoid java heap errors (#778)
This commit is contained in:
parent
4669682b83
commit
cc7da7b8dd
1 changed files with 2 additions and 0 deletions
|
@ -275,6 +275,8 @@ tasks {
|
||||||
|
|
||||||
withType<Test> {
|
withType<Test> {
|
||||||
useJUnitPlatform()
|
useJUnitPlatform()
|
||||||
|
maxHeapSize = "4g"
|
||||||
|
jvmArgs = listOf("-XX:MaxMetaspaceSize=512m")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue