Increased popop window initialize timeout
parent
4c16b8373a
commit
b64e4b4dee
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue