fix(tests): fix quit timeout

This commit is contained in:
Alexey Kasyanchuk 2018-04-01 02:52:27 +03:00
parent 99c9c28164
commit 4837293af4

View File

@ -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();
}; };