Skip to content

Commit fb846ff

Browse files
committed
fix: wip
1 parent f5cf751 commit fb846ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/plugin-eslint/vite.config.integration.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js
55
export default defineConfig({
66
cacheDir: '../../node_modules/.vite/plugin-eslint',
77
test: {
8+
// eslint-disable-next-line @typescript-eslint/no-magic-numbers
9+
testTimeout: 25_000,
810
reporters: ['basic'],
911
globals: true,
1012
cache: {

0 commit comments

Comments
 (0)