Skip to content

Commit 0a591b5

Browse files
authored
test: increase timeout for dynamo and event hubs tests (#6690)
1 parent 2a1670b commit 0a591b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/datadog-plugin-aws-sdk/test/dynamodb.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ async function resetLocalStackDynamo () {
2727
describe('Plugin', () => {
2828
describe('aws-sdk (dynamodb)', function () {
2929
setup()
30+
this.timeout(10000)
3031

3132
withVersions('aws-sdk', ['aws-sdk', '@aws-sdk/smithy-client'], (version, moduleName) => {
3233
let tracer

packages/datadog-plugin-azure-event-hubs/test/integration-test/client.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('esm', () => {
1616

1717
withVersions('azure-event-hubs', '@azure/event-hubs', version => {
1818
before(async function () {
19-
this.timeout(20000)
19+
this.timeout(60000)
2020
sandbox = await createSandbox([`'@azure/event-hubs@${version}'`], false, [
2121
'./packages/datadog-plugin-azure-event-hubs/test/integration-test/*'])
2222
})

0 commit comments

Comments
 (0)