Skip to content

Commit

Permalink
Increased ava test timeout=30s
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyjoes committed Aug 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4533635 commit 16b8ab0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -7,10 +7,10 @@
"type": "module",
"scripts": {
"lint": "eslint src/**/*.js",
"test": "nyc ava --verbose --timeout=20s",
"test:watch": "nyc ava --verbose --watch --timeout=20s",
"test": "nyc ava --verbose --timeout=30s",
"test:watch": "nyc ava --verbose --watch --timeout=30s",
"eslint": "eslint src/**/*.js",
"coverage": "c8 --reporter=html --reporter=text ava --verbose --timeout=20s"
"coverage": "c8 --reporter=html --reporter=text ava --verbose --timeout=30s"
},
"lint-staged": {
"src/**/*.js": "eslint"

0 comments on commit 16b8ab0

Please sign in to comment.