increased test timeout

This commit is contained in:
Julian Lam
2014-04-08 23:40:35 -04:00
parent 2c5876779f
commit f2c0175b5c

View File

@@ -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",