Skip to content

Commit

Permalink
Work around for test race conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
rwky committed Jul 19, 2015
1 parent bbfb245 commit 450a382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var q = async.queue(function (task, callback) {
finish(filename)(err);
callback();
}, gm, im);
}, 10);
}, 1);

q.drain = function(){

Expand Down

0 comments on commit 450a382

Please sign in to comment.