From a6a98c7137f5ce506560a2486dbe7e3a454a4e4a Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 27 Mar 2026 16:17:04 +0900 Subject: [PATCH] =?UTF-8?q?subtitle=20=EB=8C=80=EA=B8=B0=20=EC=8B=9C?= =?UTF-8?q?=EA=B0=84=20=EC=A6=9D=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/video/api/routers/v1/video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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