diff --git a/apps/dashboard/src/app/global-error.tsx b/apps/dashboard/src/app/global-error.tsx index bd9887d01..83f831aef 100644 --- a/apps/dashboard/src/app/global-error.tsx +++ b/apps/dashboard/src/app/global-error.tsx @@ -18,7 +18,7 @@ export default function GlobalError({ error }: any) { if (!cancelled) { window.location.assign("/"); } - }, 20); + }, 3_000); return () => { cancelled = true; };