Skip to content

Commit

Permalink
feat: update testTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyuanzmj committed Feb 24, 2025
1 parent 914d6b0 commit fff620e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default defineConfig({
await shiki.loadTheme(...Object.keys(bundledThemes) as any)
},
codeTransformers: [
transformerTwoslash(),
transformerTwoslash() as any,
transformerTwoslash({
errorRendering: 'hover',
twoslasher: createTwoslasherESLint({
Expand Down
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
// json: 'bench/results.json'
// }
},
testTimeout: 8000,
testTimeout: 15000,
coverage: {
include: [
'**/src/**/*.ts',
Expand Down

0 comments on commit fff620e

Please sign in to comment.