Skip to content

Commit 5462512

Browse files
committed
increase timeout for stopping sandbox
1 parent 8289766 commit 5462512

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/datadog-plugin-aws-sdk/test/integration-test/client.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ describe('esm', () => {
2121
})
2222

2323
after(async () => {
24+
this.timeout(60000)
2425
await sandbox.remove()
2526
})
2627

0 commit comments

Comments
 (0)