diff --git a/src/langbot/pkg/plugin/handler.py b/src/langbot/pkg/plugin/handler.py index a916bdff..35eeec50 100644 --- a/src/langbot/pkg/plugin/handler.py +++ b/src/langbot/pkg/plugin/handler.py @@ -565,7 +565,7 @@ class RuntimeConnectionHandler(handler.Handler): 'event_context': event_context, 'include_plugins': include_plugins, }, - timeout=60, + timeout=180, ) return result