mirror of
https://github.com/bitwarden/android.git
synced 2025-12-11 04:39:19 -06:00
[PM-27088] fix unit test execution (#6048)
This commit is contained in:
parent
47628a6da2
commit
a8f8450ec9
@ -302,7 +302,10 @@ tasks {
|
|||||||
useJUnitPlatform()
|
useJUnitPlatform()
|
||||||
maxHeapSize = "2g"
|
maxHeapSize = "2g"
|
||||||
maxParallelForks = Runtime.getRuntime().availableProcessors()
|
maxParallelForks = Runtime.getRuntime().availableProcessors()
|
||||||
jvmArgs = jvmArgs.orEmpty() + "-XX:+UseParallelGC" + "-Duser.country=US"
|
jvmArgs = jvmArgs.orEmpty() + "-XX:+UseParallelGC" +
|
||||||
|
// Explicitly setting the user Country and Language because tests assume en-US
|
||||||
|
"-Duser.country=US" +
|
||||||
|
"-Duser.language=en"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user