Skip to content

Commit 264ea31

Browse files
committed
tweaked test slow setting
1 parent c5a4329 commit 264ea31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/10.database.open.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ describe('new Database()', function () {
9292
expect(existsSync(util.current())).to.be.true;
9393
});
9494
it('should accept the "timeout" option', function () {
95-
this.slow(1500);
95+
this.slow(2500);
9696
const testTimeout = (timeout) => {
9797
const db = new Database(util.current(), { timeout });
9898
const start = Date.now();

0 commit comments

Comments
 (0)