Skip to content

Commit

Permalink
fixed 1M test
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmartins committed Jan 27, 2016
1 parent 29fd74d commit 4772e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/memory-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('JSONDBFS Memory Driver', function testSpec() {

before(function(done) {
this.timeout(10000);
async.times(10000, function forEach(n, next) {
async.times(1000000, function forEach(n, next) {
data.push({
name: generateRandomName(),
id: n
Expand Down

0 comments on commit 4772e8e

Please sign in to comment.