mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 12:05:54 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user