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 2bc6ccb commit 1494f45Copy full SHA for 1494f45
packages/datadog-plugin-mongodb-core/test/mongodb.spec.js
@@ -341,8 +341,7 @@ describe('Plugin', () => {
341
})
342
343
describe('with dbmPropagationMode service', () => {
344
- before(function () {
345
- this.timeout(10000)
+ before(() => {
346
return agent.load('mongodb-core', {
347
dbmPropagationMode: 'service'
348
@@ -392,8 +391,7 @@ describe('Plugin', () => {
392
391
393
394
describe('with dbmPropagationMode full', () => {
395
396
397
398
dbmPropagationMode: 'full'
399
0 commit comments