Skip to content

Commit

Permalink
Increase timeout for getMatchingCoverageReportFilesByFormat tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-tkachenko-datadog committed Jan 9, 2025
1 parent 9c3c5b2 commit fd572bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/coverage/__tests__/upload.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ describe('upload', () => {
'src/commands/coverage/__tests__/fixtures/jacoco-report.xml',
'src/commands/coverage/__tests__/fixtures/subfolder/nested-jacoco-report.xml',
])
})
}, 10000)
test('should fetch nested folders and ignore non xml files', async () => {
const context = createMockContext()
const command = new UploadCodeCoverageReportCommand()
Expand All @@ -164,7 +164,7 @@ describe('upload', () => {
'src/commands/coverage/__tests__/fixtures/jacoco-report.xml',
'src/commands/coverage/__tests__/fixtures/subfolder/nested-jacoco-report.xml',
])
})
}, 10000)
})
describe('getSpanTags', () => {
test('should parse DD_ENV environment variable', async () => {
Expand Down

0 comments on commit fd572bc

Please sign in to comment.