diff --git a/install/package.json b/install/package.json index cf05af2014..51dc49e29c 100644 --- a/install/package.json +++ b/install/package.json @@ -12,7 +12,7 @@ "scripts": { "start": "node loader.js", "lint": "eslint --cache ./nodebb .", - "test": "nyc --reporter=html --reporter=text-summary mocha --timeout 60000", + "test": "nyc --reporter=html --reporter=text-summary mocha --timeout 120000", "coverage": "nyc report --reporter=text-lcov > ./coverage/lcov.info", "coveralls": "nyc report --reporter=text-lcov | coveralls && rm -r coverage" },