From 7237294008783c082152ffb485fdab0ea558dacb Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Sun, 13 Jul 2025 20:48:15 +0800 Subject: [PATCH] perf: longer timeout for emit_event --- pkg/plugin/handler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/plugin/handler.py b/pkg/plugin/handler.py index c3fd9fe1..8da1bc7f 100644 --- a/pkg/plugin/handler.py +++ b/pkg/plugin/handler.py @@ -280,7 +280,7 @@ class RuntimeConnectionHandler(handler.Handler): { 'event_context': event_context, }, - timeout=10, + timeout=30, ) return result @@ -324,7 +324,7 @@ class RuntimeConnectionHandler(handler.Handler): { 'command_context': command_context, }, - timeout=10, + timeout=30, ) async for ret in gen: