increased test timeout

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

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

Loading…
Cancel
Save