From 867f05c4ad4706093a7af03cd5dab884dd5f6dfe Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Fri, 5 Dec 2025 20:59:37 +0800 Subject: [PATCH] perf: make the timeout of emit_event 180s --- src/langbot/pkg/plugin/handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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