Skip to content

Commit

Permalink
Increase timeout to workaround tests failing in FreeBSD VM
Browse files Browse the repository at this point in the history
  • Loading branch information
ranisalt committed Sep 1, 2023
1 parent 51d8364 commit 521490c
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 @@ -25,7 +25,7 @@
"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"format": "prettier --write \"**/*.{js,json,ts}\"",
"test": "c8 mocha test/test.js",
"test": "c8 mocha --timeout 5000 test/test.js",
"test:ts": "tsc -p . && node test/test-d.js"
},
"repository": {
Expand Down

0 comments on commit 521490c

Please sign in to comment.