perf: make the timeout of emit_event 180s

This commit is contained in:
Junyan Qin
2025-12-05 20:59:37 +08:00
parent b06b32306f
commit 867f05c4ad

View File

@@ -565,7 +565,7 @@ class RuntimeConnectionHandler(handler.Handler):
'event_context': event_context,
'include_plugins': include_plugins,
},
timeout=60,
timeout=180,
)
return result