increased CI timer to 10s

v1.18.x
Julian Lam 11 years ago
parent 92db112367
commit 20a3c1612c

@ -12,7 +12,7 @@
"scripts": { "scripts": {
"start": "./nodebb start", "start": "./nodebb start",
"stop": "./nodebb stop", "stop": "./nodebb stop",
"test": "mocha ./tests -t 1000" "test": "mocha ./tests -t 10000"
}, },
"dependencies": { "dependencies": {
"express": "3.2.0", "express": "3.2.0",

Loading…
Cancel
Save