Skip to content

Commit 1bdce5a

Browse files
committed
test(plugin-eslint): bump test timeout
1 parent 9c08917 commit 1bdce5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default defineConfig({
1010
cache: {
1111
dir: '../../node_modules/.vitest',
1212
},
13+
testTimeout: 10_000,
1314
alias: tsconfigPathAliases(),
1415
pool: 'threads',
1516
poolOptions: { threads: { singleThread: true } },

0 commit comments

Comments
 (0)