Skip to content

Commit 775edc0

Browse files
committed
increase timeout
1 parent f69a568 commit 775edc0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/tsc/tests/typecheck.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ describe(`vue-tsc`, () => {
3131
"test-workspace/tsc/failureFixtures/directives/main.vue(12,2): error TS2578: Unused '@ts-expect-error' directive.",
3232
]
3333
`);;
34-
}, 2_000_000);
34+
});
3535
});

vitest.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { defineConfig } from 'vitest/config';
22

33
export default defineConfig({
44
test: {
5+
testTimeout: 60_000,
56
poolOptions: {
67
forks: {
78
singleFork: true,

0 commit comments

Comments
 (0)