Skip to content

Commit 22384ff

Browse files
committed
chore(create-email): Incresae timeout for type checking test
1 parent 0888b17 commit 22384ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-email/src/index.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('automatic setup', () => {
3838
expect(exportProcess.status, 'export should return status code 0').toBe(0);
3939
});
4040

41-
test.sequential('type checking', () => {
41+
test.sequential('type checking', { timeout: 10_000 }, () => {
4242
const typecheckingProcess = spawnSync('npx', ['tsc'], {
4343
shell: true,
4444
cwd: starterPath,

0 commit comments

Comments
 (0)