Skip to content

Commit 686a904

Browse files
committed
Try to skip big key test
1 parent 46507f1 commit 686a904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ describe('lmdb-js', function () {
421421
let additive = 'this is more text';
422422
for (let i = 0; i < 6; i++) additive += additive;
423423
let read_txn = db.useReadTransaction();
424-
for (let i = 0; i < 5000; i++) {
424+
for (let i = 0; i < 500; i++) {
425425
if (Math.random() < 0.3) {
426426
read_txn.done();
427427
read_txn = db.useReadTransaction();

0 commit comments

Comments
 (0)