fix(runtime): allow shared plugin reconcile to finish (#2419)

Co-authored-by: Chan <dadachann@users.noreply.github.com>
This commit is contained in:
Hyu
2026-08-12 19:31:23 +08:00
committed by GitHub
parent 97428310b9
commit 8b14d2ab8e
2 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -1579,7 +1579,7 @@ class RuntimeConnectionHandler(handler.Handler):
return await self.call_action(
LangBotToRuntimeAction.RECONCILE_PLUGIN_INSTALLATIONS,
request.model_dump(),
timeout=120,
timeout=300,
)
async def apply_plugin_installation(