diff --git a/test/successful-files.test.ts b/test/successful-files.test.ts index 978bf0a..1d34936 100644 --- a/test/successful-files.test.ts +++ b/test/successful-files.test.ts @@ -100,7 +100,7 @@ describe('loads defined TS config path', () => { test('async', async () => { const result = await cosmiconfig('successful-files-tests').load(file); checkResult(result); - }, 10000); + }, 20000); test('sync', async () => { const result = cosmiconfigSync('successful-files-tests').load(file); @@ -169,7 +169,7 @@ describe('loads ESM from defined .ts config path (nearest package.json says it i test('async', async () => { const result = await cosmiconfig('successful-files-tests').load(file); checkResult(result); - }, 10000); + }, 20000); }); describe('loads CommonJS with its own dependency', () => {