diff --git a/package.json b/package.json index 785d0def25..42015d4afe 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "scripts": { "start": "./nodebb start", "stop": "./nodebb stop", - "test": "mocha ./tests -t 1000" + "test": "mocha ./tests -t 10000" }, "dependencies": { "express": "3.2.0",