Skip to content

Commit e130199

Browse files
increaste timeouts
1 parent fe40397 commit e130199

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/encryption/encryption.test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,6 +1405,9 @@ describe('encryption integration tests', () => {
14051405
});
14061406

14071407
describe('QE encrypted queries', function() {
1408+
beforeEach(function() {
1409+
this.timeout(5_000);
1410+
});
14081411
describe('when a field is configured for equality queries', function() {
14091412
it('can be queried with mongoose', async function() {
14101413
connection = mongoose.createConnection();

0 commit comments

Comments
 (0)