From a76beb2b617ad82737ecee10d182aaaa5f0a2422 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Thu, 3 Jul 2025 11:56:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E5=93=81=E6=97=B6=E9=97=B4=E5=8A=A0?= =?UTF-8?q?=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/pages/work-flow/use-workflow-data.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/pages/work-flow/use-workflow-data.tsx b/components/pages/work-flow/use-workflow-data.tsx index 7afff30..885411d 100644 --- a/components/pages/work-flow/use-workflow-data.tsx +++ b/components/pages/work-flow/use-workflow-data.tsx @@ -86,7 +86,7 @@ export function useWorkflowData() { // 模拟接口请求 获取最终成品 const getTaskFinalProduct = async (taskId: string) => { - await new Promise(resolve => setTimeout(resolve, 50000)); // 50s + await new Promise(resolve => setTimeout(resolve, 80000)); // 50s }; // 模拟接口请求 每次获取一个分镜视频 轮询获取