Skip to content

Commit

Permalink
Fix parallel test
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Nov 29, 2012
1 parent b02aeb8 commit 59700da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parallel.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ describe 'Parallel', ->
it 'should handle very large array', (next) ->
values = for i in [0..Math.pow(2, 14)] then Math.random()
eacher = each(values)
.parallel( true )
.on 'item', (next, val, i) ->
setTimeout next, 1
.on 'both', (err) ->
Expand Down

0 comments on commit 59700da

Please sign in to comment.