diff --git a/apps/dispatch/app/_components/QueryProvider.tsx b/apps/dispatch/app/_components/QueryProvider.tsx index cd415a27..eb39371f 100644 --- a/apps/dispatch/app/_components/QueryProvider.tsx +++ b/apps/dispatch/app/_components/QueryProvider.tsx @@ -78,7 +78,7 @@ export function QueryProvider({ children }: { children: ReactNode }) { case "station-status": if (notification.status !== "5") return; toast.custom((e) => , { - duration: 99999999 /* 30000 */, + duration: 60000, }); break; default: