Skip to content

Commit

Permalink
test: set timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Nov 12, 2020
1 parent 969315f commit 32a0463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"scripts": {
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md",
"test": "c8 mocha",
"lint": "eslint {test/*,*}.js --fix",
"test": "c8 mocha --timeout 5000",
"lint": "eslint {test/*,*}.js",
"pretest": "clinton"
},
"files": [
Expand Down

0 comments on commit 32a0463

Please sign in to comment.