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 221adc96180..05490e1b34f 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(1, TimeUnit.MINUTES) + process.waitFor(90, TimeUnit.SECONDS) return try { when (process.exitValue()) { 0 -> "OK"