diff --git a/compiler/tests-common-new/tests/org/jetbrains/kotlin/test/backend/handlers/JvmBoxRunner.kt b/compiler/tests-common-new/tests/org/jetbrains/kotlin/test/backend/handlers/JvmBoxRunner.kt index 05490e1b34f..d9637ab7318 100644 --- a/compiler/tests-common-new/tests/org/jetbrains/kotlin/test/backend/handlers/JvmBoxRunner.kt +++ b/compiler/tests-common-new/tests/org/jetbrains/kotlin/test/backend/handlers/JvmBoxRunner.kt @@ -209,7 +209,7 @@ open class JvmBoxRunner(testServices: TestServices) : JvmBinaryArtifactHandler(t } val process = launchSeparateJvmProcess(javaExe, module, classPath, mainClassAndArguments) - process.waitFor(90, TimeUnit.SECONDS) + process.waitFor(3, TimeUnit.MINUTES) return try { when (process.exitValue()) { 0 -> "OK"