Skip to content

Commit

Permalink
chore: set timeout ms to 5000 for mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
yutak23 committed Nov 7, 2024
1 parent bdc0c32 commit db01a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"main": "./index.js",
"types": "./index.d.ts",
"scripts": {
"test": "mocha",
"test": "mocha --timeout 5000",
"debugtest": "mocha --inspect-brk",
"test:types": "tsd"
},
Expand Down

0 comments on commit db01a71

Please sign in to comment.