Skip to content

Commit

Permalink
increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dschu012 committed May 27, 2021
1 parent eb65493 commit 4190f2e
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 @@ -6,7 +6,7 @@
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"test": "mocha -r ts-node/register tests/**/*.spec.ts",
"test": "mocha -r ts-node/register tests/**/*.spec.ts --timeout 10000",
"web": "webpack",
"prepack": "npm run build",
"prepare": "npm run build && husky install",
Expand Down

0 comments on commit 4190f2e

Please sign in to comment.