increase timeouts (who knows....)

This commit is contained in:
David Négrier 2021-12-06 12:04:04 +01:00
parent f5f69e7143
commit a991f0eec9
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ module.exports = {
"takeOnFails": true,
"thumbnails": false,
},
"assertionTimeout": 10000,
"selectorTimeout": 40000,
"assertionTimeout": 20000,
"selectorTimeout": 60000,
"videoPath": "screenshots/videos",