diff --git a/studio/frontend/src/components/ui/sonner.tsx b/studio/frontend/src/components/ui/sonner.tsx index a20f106d42..1dc2e1bd4c 100644 --- a/studio/frontend/src/components/ui/sonner.tsx +++ b/studio/frontend/src/components/ui/sonner.tsx @@ -19,7 +19,8 @@ const Toaster = ({ ...props }: ToasterProps) => { { @@ -346,7 +346,7 @@ export function useChatModelRuntime() { { id: toastId, description: `${dlGb.toFixed(1)} / ${totalGb.toFixed(1)} GB`, - duration: 10000, + duration: 5000, action: { label: "Cancel", onClick: () => { @@ -368,7 +368,7 @@ export function useChatModelRuntime() { toast.loading("Loading model…", { id: toastId, description: "Download complete. Starting inference server…", - duration: 10000, + duration: 5000, }); if (progressInterval) clearInterval(progressInterval); }