We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46507f1 commit 686a904Copy full SHA for 686a904
test/index.test.js
@@ -421,7 +421,7 @@ describe('lmdb-js', function () {
421
let additive = 'this is more text';
422
for (let i = 0; i < 6; i++) additive += additive;
423
let read_txn = db.useReadTransaction();
424
- for (let i = 0; i < 5000; i++) {
+ for (let i = 0; i < 500; i++) {
425
if (Math.random() < 0.3) {
426
read_txn.done();
427
read_txn = db.useReadTransaction();
0 commit comments