From 1a9e4ebe65ab3d85bd0dc119bea0dffcbc31c2df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E6=9E=B3?= <7854742+wang_rumeng@user.noreply.gitee.com> Date: Sun, 7 Sep 2025 07:09:47 +0800 Subject: [PATCH] 8s --- 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 b13b100..44c4a45 100644 --- a/components/pages/work-flow/use-workflow-data.tsx +++ b/components/pages/work-flow/use-workflow-data.tsx @@ -203,7 +203,7 @@ export function useWorkflowData({ onEditPlanGenerated }: UseWorkflowDataProps = setTimeout(() => { notification.destroy(notificationKey); setIsLoadingGenerateEditPlan(false); - }, 3000); + }, 8000); } }, [episodeId, onEditPlanGenerated, notificationKey]);