Skip to content

Commit

Permalink
Default to 4 threads
Browse files Browse the repository at this point in the history
  • Loading branch information
bterlson committed Oct 17, 2014
1 parent 36977f1 commit ab0af63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var args = require('minimist')(process.argv.slice(2), {
default: {
runner: 'node',
reporter: 'simple',
threads: 1,
threads: 4,
},
alias: {
consoleCommand: 'e',
Expand Down

0 comments on commit ab0af63

Please sign in to comment.