mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Increase idle timeout
This commit is contained in:
@@ -292,7 +292,7 @@ class CreateConcurrentValidationWorkflowExecutor(Executor):
|
||||
instructions=AgentInstruction,
|
||||
default_options={
|
||||
"on_permission_request": prompt_permission,
|
||||
"timeout": 60,
|
||||
"timeout": 120,
|
||||
}, # type: ignore
|
||||
)
|
||||
agents.append(agent)
|
||||
|
||||
Reference in New Issue
Block a user