subtitle 대기 시간 증가

image-tagging
Ubuntu 2026-03-27 16:17:04 +09:00
parent 01c1cacb84
commit a6a98c7137
1 changed files with 1 additions and 1 deletions

View File

@ -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