fix(tests): fix quit timeout
This commit is contained in:
@ -7,7 +7,8 @@ const beforeEach = function() {
|
|||||||
path: electron,
|
path: electron,
|
||||||
args: ["."],
|
args: ["."],
|
||||||
startTimeout: 30000,
|
startTimeout: 30000,
|
||||||
waitTimeout: 30000
|
waitTimeout: 30000,
|
||||||
|
quitTimeout: 10000
|
||||||
});
|
});
|
||||||
return this.app.start();
|
return this.app.start();
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user