mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-25 06:41:21 +00:00
Attempt to fix timeout errors in tests
This commit is contained in:
@@ -38,7 +38,8 @@ module.exports = function (grunt) {
|
||||
functional: {
|
||||
src: ['test/functional/**/*.js'],
|
||||
options: {
|
||||
reporter: 'spec'
|
||||
reporter: 'spec',
|
||||
timeout: 4000
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -113,4 +114,4 @@ module.exports = function (grunt) {
|
||||
grunt.registerTask('default', ['compile', 'lint', 'test']);
|
||||
grunt.registerTask('ci', ['lint', 'test']);
|
||||
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user