Skip to content

Commit

Permalink
test: increase ts config file test timeout to 360s (#12560)
Browse files Browse the repository at this point in the history
  • Loading branch information
F3n67u authored Mar 15, 2022
1 parent bfd995a commit bf2e4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/__tests__/esmConfigFile.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ onNodeVersions('>=12.17.0', () => {
if (!existsSync(indexDTsFile)) {
await execa('tsc', ['-b', typesPackageDirectory], {cwd});
}
}, 60_000);
}, 360_000);

test('reads config from ts file when package.json#type=module', () => {
const {configs} = getConfig('esm-config/ts', [], {
Expand Down

0 comments on commit bf2e4a0

Please sign in to comment.