Increase test timeout for Beats.
This commit is contained in:
parent
2d9f8d1b6a
commit
48a7183a20
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node ./bin/www",
|
"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": {
|
"engines": {
|
||||||
"node": "0.10.x"
|
"node": "0.10.x"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue