Skip to content

Commit

Permalink
Longer timeout for jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pcraig3 committed Oct 31, 2024
1 parent a8556c7 commit 4d14f7c
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 @@ -21,7 +21,7 @@
"dev": "nodemon index.js",
"lint": "eslint src",
"start": "NODE_ENV=production node index.js",
"test": "jest --testPathIgnorePatterns='skip*'"
"test": "jest --testTimeout=8000 --testPathIgnorePatterns='skip*'"
},
"dependencies": {
"@beenotung/better-sqlite3-helper": "^4.1.7",
Expand Down

0 comments on commit 4d14f7c

Please sign in to comment.