fixing testing
This commit is contained in:
parent
c8e7a93c2c
commit
4c1c730094
30054
package-lock.json
generated
30054
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,7 @@ const startApplication = function() {
|
||||
args: ["."],
|
||||
chromeDriverArgs: ['remote-debugging-port=' + Math.floor(Math.random() * (9999 - 9000) + 9000)],
|
||||
startTimeout: 30000,
|
||||
waitTimeout: 500,
|
||||
waitTimeout: 30000,
|
||||
quitTimeout: 15000
|
||||
});
|
||||
return this.app.start();
|
||||
|
Loading…
Reference in New Issue
Block a user