diff --git a/platform/remoteDev-util/src/com/intellij/remoteDev/tests/impl/LambdaTestHost.kt b/platform/remoteDev-util/src/com/intellij/remoteDev/tests/impl/LambdaTestHost.kt index 7d1b349fd405..3567c3b003d9 100644 --- a/platform/remoteDev-util/src/com/intellij/remoteDev/tests/impl/LambdaTestHost.kt +++ b/platform/remoteDev-util/src/com/intellij/remoteDev/tests/impl/LambdaTestHost.kt @@ -272,7 +272,7 @@ open class LambdaTestHost(coroutineScope: CoroutineScope) { assert(ClientId.current == clientId) { "ClientId '${ClientId.current}' should equal $clientId one when after request focus" } val urls = serializedLambda.classPath.map { File(it).toURI().toURL() } - runLogged(serializedLambda.stepName, 1.minutes) { + runLogged(serializedLambda.stepName, 10.minutes) { URLClassLoader(urls.toTypedArray(), testModuleDescriptor?.pluginClassLoader ?: this::class.java.classLoader).use { SerializedLambdaLoader().load(serializedLambda.serializedDataBase64, classLoader = it, context = ideContext) .accept(ideContext)