diff --git a/app/video/api/routers/v1/video.py b/app/video/api/routers/v1/video.py index 398d4aa..4808669 100644 --- a/app/video/api/routers/v1/video.py +++ b/app/video/api/routers/v1/video.py @@ -170,7 +170,7 @@ async def generate_video( logger.info(f"[generate_video] Check subtitle done task_id: {task_id}") break await asyncio.sleep(5) - if count > 12 : + if count > 60 : raise Exception("subtitle 결과 생성 실패") count += 1