Skip to content

Commit 9459b6a

Browse files
committed
bump memory for Apple targets test
1 parent 5da4ca9 commit 9459b6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/bcv-gradle-plugin-functional-tests/src/functionalTest/kotlin/kotlinx/validation/test/KlibVerificationTests.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ internal class KlibVerificationTests : BaseKotlinGradleTest() {
302302
}
303303
runner {
304304
arguments.add(":apiCheck")
305+
gradleJvmArgs += "-Xmx4g"
305306
}
306307
}
307308

0 commit comments

Comments
 (0)