Increased popop window initialize timeout

canary
WolverinDEV 2020-11-28 19:35:09 +01:00
parent 4c16b8373a
commit b64e4b4dee
1 changed files with 1 additions and 1 deletions

View File

@ -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;