diff --git a/packages/datadog-ci/src/commands/elf-symbols/__tests__/elf.test.ts b/packages/datadog-ci/src/commands/elf-symbols/__tests__/elf.test.ts index 39ab474a0..5a4dcd281 100644 --- a/packages/datadog-ci/src/commands/elf-symbols/__tests__/elf.test.ts +++ b/packages/datadog-ci/src/commands/elf-symbols/__tests__/elf.test.ts @@ -872,7 +872,7 @@ describe('elf', () => { for (const testFile of testFiles) { await checkCopyDebugInfo(`${fixtureDir}/${testFile}`) } - }) + }, 1000) test('no zstd support', async () => { const executeSpy = jest.spyOn(utils, 'execute').mockImplementation(async (cmd) => {