Skip to content

Commit 14148c8

Browse files
authored
add docs
1 parent 93d96da commit 14148c8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/each.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ describe('each', function() {
1111
var total = 100000;
1212
var retrieved = 0;
1313

14+
// assert fails sometimes if previous test is still running & blocking.
15+
// so wait until it is finished.
1416
db.wait(function() {
1517
db.each('SELECT id, txt FROM foo LIMIT 0, ?', total, function(err, row) {
1618
if (err) throw err;

0 commit comments

Comments
 (0)