[Native][tests] Lower memory requirements for Gradle test tasks
This commit is contained in:
@@ -72,7 +72,7 @@ enum class TestProperty(shortName: String) {
|
|||||||
fun nativeTest(taskName: String, vararg tags: String) = projectTest(
|
fun nativeTest(taskName: String, vararg tags: String) = projectTest(
|
||||||
taskName,
|
taskName,
|
||||||
jUnitMode = JUnitMode.JUnit5,
|
jUnitMode = JUnitMode.JUnit5,
|
||||||
maxHeapSizeMb = 6 * 1024 // Extra heap space for Kotlin/Native compiler.
|
maxHeapSizeMb = 3072 // Extra heap space for Kotlin/Native compiler.
|
||||||
) {
|
) {
|
||||||
group = "verification"
|
group = "verification"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user