Skip to content

Commit

Permalink
chore(types): increase tap test timeout (#2043)
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Aug 10, 2023
1 parent 5b10fdf commit 17c5cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"license": "MPL-2.0",
"scripts": {
"test": "tap --ts --no-coverage --color test/**/*.test.ts",
"test": "tap --ts --no-coverage --color --timeout 60 test/**/*.test.ts",
"build": "typescript-json-schema ./tsconfig.schema.json \"TestScript\" --required --noExtraProps -o ./schema.json",
"prepare": "npm run build",
"prepublishOnly": "npm run build && npm test"
Expand Down

0 comments on commit 17c5cb9

Please sign in to comment.