increased test timeout

v1.18.x
Julian Lam 11 years ago
parent 2c5876779f
commit f2c0175b5c

@ -12,7 +12,7 @@
"scripts": {
"start": "./nodebb start",
"stop": "./nodebb stop",
"test": "mocha ./tests"
"test": "mocha ./tests -t 10000"
},
"dependencies": {
"socket.io": "~0.9.16",

Loading…
Cancel
Save