allow mocha timeout to be specified on grunt command line

This commit is contained in:
Brian 2015-05-20 20:41:51 +01:00
parent f70476284b
commit 81fb8de1db

View file

@ -32,6 +32,7 @@ module.exports = (grunt) ->
options:
reporter: grunt.option('reporter') or 'spec'
grep: grunt.option("grep")
timeout: grunt.option("timeout")
src: ["test/unit/js/**/*.js"]
grunt.loadNpmTasks 'grunt-contrib-coffee'