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>
This commit is contained in:
Copilot
2025-11-28 23:07:55 +08:00
committed by GitHub
parent b5d192425e
commit 580d9441a4

View File

@@ -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: