Decrease Kotlin daemon available memory in test
This should reduce flakiness in it.
This commit is contained in:
committed by
TeamCityServer
parent
733f38e730
commit
6c6534ee20
+1
-1
@@ -109,7 +109,7 @@ class KotlinDaemonIT : KGPDaemonsBaseTest() {
|
|||||||
buildOptions = defaultBuildOptions.copy(logLevel = LogLevel.INFO)
|
buildOptions = defaultBuildOptions.copy(logLevel = LogLevel.INFO)
|
||||||
) {
|
) {
|
||||||
gradleProperties.append(
|
gradleProperties.append(
|
||||||
"\nkotlin.daemon.jvmargs=-Xmx16m"
|
"\nkotlin.daemon.jvmargs=-Xmx12m"
|
||||||
)
|
)
|
||||||
|
|
||||||
buildAndFail("assemble") {
|
buildAndFail("assemble") {
|
||||||
|
|||||||
Reference in New Issue
Block a user