extend query limit timeout

This commit is contained in:
Alexey Kasyanchuk
2021-02-17 17:04:56 +03:00
parent 8b1fc513ad
commit 3f46ea2af4
4 changed files with 8 additions and 7 deletions

View File

@ -8,7 +8,7 @@ const startApplication = function() {
args: ["."],
chromeDriverArgs: ['remote-debugging-port=' + Math.floor(Math.random() * (9999 - 9000) + 9000)],
startTimeout: 30000,
waitTimeout: 30000,
waitTimeout: 60000,
quitTimeout: 15000
});
return this.app.start().then(() => {