diff --git a/kotlin-native/build-tools/src/main/kotlin/org/jetbrains/kotlin/ExecutorService.kt b/kotlin-native/build-tools/src/main/kotlin/org/jetbrains/kotlin/ExecutorService.kt index 10473d8627b..702dd340b27 100644 --- a/kotlin-native/build-tools/src/main/kotlin/org/jetbrains/kotlin/ExecutorService.kt +++ b/kotlin-native/build-tools/src/main/kotlin/org/jetbrains/kotlin/ExecutorService.kt @@ -55,7 +55,7 @@ private fun Executor.service(project: Project) = object: ExecutorService { val request = ExecuteRequest( executableAbsolutePath = execSpec.executable, args = execSpec.args, - timeout = 15.toDuration(DurationUnit.MINUTES), + timeout = 40.toDuration(DurationUnit.MINUTES), ).apply { execSpec.standardInput?.let { stdin = it