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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -113,4 +114,4 @@ module.exports = function (grunt) {
|
|||||||
grunt.registerTask('default', ['compile', 'lint', 'test']);
|
grunt.registerTask('default', ['compile', 'lint', 'test']);
|
||||||
grunt.registerTask('ci', ['lint', 'test']);
|
grunt.registerTask('ci', ['lint', 'test']);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user