We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a4329 commit 264ea31Copy full SHA for 264ea31
test/10.database.open.js
@@ -92,7 +92,7 @@ describe('new Database()', function () {
92
expect(existsSync(util.current())).to.be.true;
93
});
94
it('should accept the "timeout" option', function () {
95
- this.slow(1500);
+ this.slow(2500);
96
const testTimeout = (timeout) => {
97
const db = new Database(util.current(), { timeout });
98
const start = Date.now();
0 commit comments