mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
feat(server): set timeout to 44 second
This commit is contained in:
@@ -17,7 +17,7 @@ async def execute_graph(
|
||||
test_user: User,
|
||||
input_data: dict,
|
||||
num_execs: int = 4,
|
||||
timeout: int = 43,
|
||||
timeout: int = 44,
|
||||
) -> str:
|
||||
# --- Test adding new executions --- #
|
||||
response = await agent_server.execute_graph(test_graph.id, input_data, test_user.id)
|
||||
@@ -114,7 +114,7 @@ async def test_agent_execution(server: SpinTestServer):
|
||||
test_user,
|
||||
data,
|
||||
4,
|
||||
43,
|
||||
44,
|
||||
)
|
||||
await assert_sample_graph_executions(
|
||||
server.agent_server, test_graph, test_user, graph_exec_id
|
||||
|
||||
Reference in New Issue
Block a user