Increased popop window initialize timeout
This commit is contained in:
parent
4c16b8373a
commit
b64e4b4dee
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ export abstract class AbstractExternalModalController extends EventControllerBas
|
||||||
const timeout = setTimeout(() => {
|
const timeout = setTimeout(() => {
|
||||||
this.callbackWindowInitialized = undefined;
|
this.callbackWindowInitialized = undefined;
|
||||||
reject("window haven't called back");
|
reject("window haven't called back");
|
||||||
}, 5000);
|
}, 15000);
|
||||||
|
|
||||||
this.callbackWindowInitialized = error => {
|
this.callbackWindowInitialized = error => {
|
||||||
this.callbackWindowInitialized = undefined;
|
this.callbackWindowInitialized = undefined;
|
||||||
|
|
Loading…
Add table
Reference in a new issue