diff --git a/control-pipeline/services/decomposition_pass.py b/control-pipeline/services/decomposition_pass.py index 9080d04..5b9a75a 100644 --- a/control-pipeline/services/decomposition_pass.py +++ b/control-pipeline/services/decomposition_pass.py @@ -2247,7 +2247,7 @@ async def create_anthropic_batch( "content-type": "application/json", } - async with httpx.AsyncClient(timeout=60) as client: + async with httpx.AsyncClient(timeout=600) as client: resp = await client.post( f"{ANTHROPIC_API_URL}/messages/batches", headers=headers,