Installing NPM dependencies in CI for tests

This commit is contained in:
David Négrier 2021-12-01 14:29:51 +01:00
parent fcf0888864
commit a3b20cf065
3 changed files with 10 additions and 2 deletions

View file

@ -11,5 +11,5 @@ module.exports = {
"thumbnails": false,
},
"assertionTimeout": 10000,
"selectorTimeout": 20000,
"selectorTimeout": 40000,
}