fix(tests): Extending timeout for tests

This commit is contained in:
Chris Troutner
2019-04-27 11:07:45 -07:00
parent 02641b6087
commit 7e4f85a6c3
+1 -1
View File
@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "KOA_ENV=test nyc --reporter=text ./node_modules/.bin/mocha --exit",
"test": "KOA_ENV=test nyc --reporter=text --timeout 15000 ./node_modules/.bin/mocha --exit",
"lint": "eslint src/**/*.js",
"docs": "./node_modules/.bin/apidoc -i src/ -o docs",
"coverage": "nyc report --reporter=text-lcov | coveralls",