chore: increase mocha timeouts for slow a11y tests
This commit is contained in:
parent
ecbe093494
commit
74f51e1ef8
2 changed files with 10 additions and 0 deletions
|
|
@ -29,6 +29,11 @@ module.exports = {
|
|||
lines: 90,
|
||||
},
|
||||
},
|
||||
testFramework: {
|
||||
config: {
|
||||
timeout: '3000',
|
||||
},
|
||||
},
|
||||
browsers: [
|
||||
// browserstackLauncher({
|
||||
// capabilities: {
|
||||
|
|
|
|||
|
|
@ -15,4 +15,9 @@ module.exports = {
|
|||
lines: 90,
|
||||
},
|
||||
},
|
||||
testFramework: {
|
||||
config: {
|
||||
timeout: '3000',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue