Skip to content

Commit

Permalink
Default to 40 second running time.
Browse files Browse the repository at this point in the history
  • Loading branch information
aichholzer committed Mar 5, 2019
1 parent 84cd946 commit 4100f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark-bench.js
Expand Up @@ -61,7 +61,7 @@ inquirer.prompt([
type: 'input',
name: 'duration',
message: 'How long should it take?',
default: 5,
default: 40,
validate (value) {
return !Number.isNaN(parseFloat(value)) || 'Please enter a number'
},
Expand Down

0 comments on commit 4100f29

Please sign in to comment.