Compare commits

...

1 Commits

Author SHA1 Message Date
Nicholas Tindle
4b4207760f Update test.py 2025-01-27 14:11:46 +00:00

View File

@@ -57,7 +57,7 @@ async def wait_execution(
user_id: str, user_id: str,
graph_id: str, graph_id: str,
graph_exec_id: str, graph_exec_id: str,
timeout: int = 20, timeout: int = 30,
) -> Sequence[ExecutionResult]: ) -> Sequence[ExecutionResult]:
async def is_execution_completed(): async def is_execution_completed():
status = await AgentServer().test_get_graph_run_status(graph_exec_id, user_id) status = await AgentServer().test_get_graph_run_status(graph_exec_id, user_id)