diff --git a/package.json b/package.json index d2afced..af60c27 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "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": { "node": "0.10.x"