diff --git a/src/backend/tests/unit/build_utils.py b/src/backend/tests/unit/build_utils.py index 694507e0d..c1f5dfc96 100644 --- a/src/backend/tests/unit/build_utils.py +++ b/src/backend/tests/unit/build_utils.py @@ -32,7 +32,7 @@ async def get_build_events(client: AsyncClient, job_id: str, headers: dict[str, return await client.get(f"api/v1/build/{job_id}/events", headers=headers_with_accept) -async def consume_and_assert_stream(response, job_id, timeout=10.0): +async def consume_and_assert_stream(response, job_id, timeout=30.0): """Consume the event stream and assert the expected event structure. Args: