Skip to content

Commit

Permalink
bump timeout to 30 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
strmer15 committed Nov 6, 2023
1 parent 2b4404d commit 081863a
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 @@ -18,7 +18,7 @@
"postinstall": "yodoctor",
"postupdate": "yodoctor",
"pretest": "xo",
"test": "nyc mocha --timeout=10000",
"test": "nyc mocha --timeout=30000",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"files": [
Expand Down

0 comments on commit 081863a

Please sign in to comment.