Skip to content

Commit

Permalink
only run two threads
Browse files Browse the repository at this point in the history
  • Loading branch information
Scisco committed Jul 2, 2018
1 parent a80eb48 commit 9d509fb
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 @@ -4,7 +4,7 @@
"description": "Cumulus Framework for ingesting and processing Nasa Earth data streams",
"scripts": {
"e2e": "ava tests/*.js --serial",
"test": "nyc lerna run test",
"test": "nyc lerna run test --concurrency 2",
"bootstrap": "lerna bootstrap --npm-client=npm",
"ybootstrap": "lerna bootstrap",
"bootstrap-no-build": "lerna bootstrap --ignore-scripts",
Expand Down

0 comments on commit 9d509fb

Please sign in to comment.