Increase test timeout for Beats.

This commit is contained in:
Jonathan Cremin 2014-12-11 22:01:58 +00:00
parent 2d9f8d1b6a
commit 48a7183a20

View file

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "./node_modules/mocha/bin/mocha test/**/*.js --timeout=5000"
"test": "./node_modules/mocha/bin/mocha test/**/*.js --timeout=10000"
},
"engines": {
"node": "0.10.x"