Skip to content

Commit da9f98e

Browse files
increaste timeouts
1 parent ff411c1 commit da9f98e

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
@@ -1432,6 +1432,9 @@ describe('encryption integration tests', () => {
14321432
});
14331433

14341434
describe('QE encrypted queries', function() {
1435+
beforeEach(function() {
1436+
this.timeout(5_000);
1437+
});
14351438
describe('when a field is configured for equality queries', function() {
14361439
it('can be queried with mongoose', async function() {
14371440
connection = mongoose.createConnection();

0 commit comments

Comments
 (0)