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]);