diff --git a/apps/forge/src/components/signin/actions/RegisterDispatcher/index.tsx b/apps/forge/src/components/signin/actions/RegisterDispatcher/index.tsx index edddc1b..22287e2 100644 --- a/apps/forge/src/components/signin/actions/RegisterDispatcher/index.tsx +++ b/apps/forge/src/components/signin/actions/RegisterDispatcher/index.tsx @@ -38,7 +38,7 @@ const RegisterDispatcher: FlowStepComponent = ({ onSecondary, onPrimary }) => { setTimeout(() => { console.log("Aborting request deadline exceeded"); abortController.abort(); - }, 10_000); + }, 20_000); }, onError: (error) => { console.log("Error", error);