mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Attempt to fix timeout errors in tests
This commit is contained in:
@@ -38,7 +38,8 @@ module.exports = function (grunt) {
|
|||||||
functional: {
|
functional: {
|
||||||
src: ['test/functional/**/*.js'],
|
src: ['test/functional/**/*.js'],
|
||||||
options: {
|
options: {
|
||||||
reporter: 'spec'
|
reporter: 'spec',
|
||||||
|
timeout: 4000
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user