Skip to content

Commit

Permalink
Change test concurrency to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmurdza committed Oct 24, 2024
1 parent c51d5af commit 55f075e
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 @@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0",
"scripts": {
"test": "jest --maxConcurrency=20"
"test": "jest --maxConcurrency=5"
},
"jest": {
"preset": "ts-jest",
Expand Down

0 comments on commit 55f075e

Please sign in to comment.