Update test_manager.py

This commit is contained in:
Nicholas Tindle
2024-09-12 22:34:56 -05:00
committed by GitHub
parent 589c8d94ec
commit c5d2586f6c

View File

@@ -17,7 +17,7 @@ async def execute_graph(
test_user: User,
input_data: dict,
num_execs: int = 4,
timeout: int = 200,
timeout: int = 30,
) -> 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,
200,
30,
)
await assert_sample_graph_executions(
server.agent_server, test_graph, test_user, graph_exec_id