Skip to content

Commit

Permalink
test: bump ava test timeout (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Nov 8, 2023
1 parent 474d3e2 commit a1a62cd
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 @@ -23,7 +23,7 @@
"build": "tsc",
"prepublish": "npm run build",
"lint": "eslint --ext .ts src spec",
"test": "npm run lint && ava",
"test": "npm run lint && ava --timeout=30s",
"tdd": "ava --watch"
},
"dependencies": {
Expand Down

0 comments on commit a1a62cd

Please sign in to comment.