perf: longer timeout for emit_event

This commit is contained in:
Junyan Qin
2025-07-13 20:48:15 +08:00
parent 214bc8ada9
commit 7237294008
+2 -2
View File
@@ -280,7 +280,7 @@ class RuntimeConnectionHandler(handler.Handler):
{ {
'event_context': event_context, 'event_context': event_context,
}, },
timeout=10, timeout=30,
) )
return result return result
@@ -324,7 +324,7 @@ class RuntimeConnectionHandler(handler.Handler):
{ {
'command_context': command_context, 'command_context': command_context,
}, },
timeout=10, timeout=30,
) )
async for ret in gen: async for ret in gen: