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: