chore: increase mocha timeouts for slow a11y tests

This commit is contained in:
Joren Broekema 2020-08-06 16:37:07 +02:00
parent ecbe093494
commit 74f51e1ef8
2 changed files with 10 additions and 0 deletions

View file

@ -29,6 +29,11 @@ module.exports = {
lines: 90, lines: 90,
}, },
}, },
testFramework: {
config: {
timeout: '3000',
},
},
browsers: [ browsers: [
// browserstackLauncher({ // browserstackLauncher({
// capabilities: { // capabilities: {

View file

@ -15,4 +15,9 @@ module.exports = {
lines: 90, lines: 90,
}, },
}, },
testFramework: {
config: {
timeout: '3000',
},
},
}; };