diff --git a/src/langbot/pkg/plugin/handler.py b/src/langbot/pkg/plugin/handler.py index 5f327953..881f8c65 100644 --- a/src/langbot/pkg/plugin/handler.py +++ b/src/langbot/pkg/plugin/handler.py @@ -708,7 +708,7 @@ class RuntimeConnectionHandler(handler.Handler): 'command_context': command_context, 'include_plugins': include_plugins, }, - timeout=60, + timeout=180, ) async for ret in gen: