Skip to content

Commit

Permalink
test: back to concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Nov 22, 2023
1 parent 297543e commit 20d21ae
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 @@ -110,7 +110,7 @@
"prepack": "sf-prepack",
"prepare": "sf-install",
"test": "wireit",
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000",
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 10",
"test:only": "wireit",
"version": "oclif readme"
},
Expand Down

0 comments on commit 20d21ae

Please sign in to comment.