diff --git a/shared/js/ui/react-elements/external-modal/Controller.ts b/shared/js/ui/react-elements/external-modal/Controller.ts index 06d7d49e..215556eb 100644 --- a/shared/js/ui/react-elements/external-modal/Controller.ts +++ b/shared/js/ui/react-elements/external-modal/Controller.ts @@ -68,7 +68,7 @@ export abstract class AbstractExternalModalController extends EventControllerBas const timeout = setTimeout(() => { this.callbackWindowInitialized = undefined; reject("window haven't called back"); - }, 5000); + }, 15000); this.callbackWindowInitialized = error => { this.callbackWindowInitialized = undefined;