From 580d9441a4bdf30664b221cfb6ca6d103e18cd4c Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Fri, 28 Nov 2025 23:07:55 +0800 Subject: [PATCH] fix: increase execute_command timeout from 60s to 180s (#1813) * Initial plan * fix: increase execute_command timeout from 60s to 180s Co-authored-by: the-lazy-me <52873503+the-lazy-me@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: the-lazy-me <52873503+the-lazy-me@users.noreply.github.com> --- 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 5f327953..881f8c65 100644 --- a/src/langbot/pkg/plugin/handler.py +++ b/src/langbot/pkg/plugin/handler.py @@ -708,7 +708,7 @@ class RuntimeConnectionHandler(handler.Handler): 'command_context': command_context, 'include_plugins': include_plugins, }, - timeout=60, + timeout=180, ) async for ret in gen: