Skip to content

Commit

Permalink
test(package.json): try to update unit test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kdhttps authored and christian-hawk committed Sep 12, 2021
1 parent 5d675c9 commit 09588cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"start": "NODE_ENV=production node server/app.js",
"test": "npm run test:unit && npm run test:integration && npm run test:behaviour",
"test:unit": "NODE_ENV=test ALLOW_CONFIG_MUTATIONS=true mocha --exit --no-warnings test/*.test.js --timeout 10000",
"test:unit": "NODE_ENV=test ALLOW_CONFIG_MUTATIONS=true mocha --exit --no-warnings test/*.test.js --timeout 5000",
"test:integration": "NODE_ENV=test mocha --config .mocharc-integration.json --exit --no-warnings test/*.spec.js",
"test:behaviour": "NODE_ENV=test cucumber-js --exit test/features",
"cover": "npm run cover:unit && npm run cover:integration && npm run cover:report",
Expand Down

0 comments on commit 09588cc

Please sign in to comment.