Skip to content

Commit

Permalink
Fix 'throttle' a proper timeout of the 'will execute every threshold …
Browse files Browse the repository at this point in the history
…ms' test case
  • Loading branch information
2hu12 committed Jun 29, 2015
1 parent 39d113f commit 0bdd6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion throttle/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('throttle', function() {
// it'll be called again in another 5 ms, but last test took care of that

done();
}, 55);
}, 59);

});

Expand Down

0 comments on commit 0bdd6de

Please sign in to comment.