Skip to content

Commit d09ab21

Browse files
committed
Change test timeout for codegen
1 parent 554aac6 commit d09ab21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/rtk-query-codegen-openapi/vitest.config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ const __dirname = path.dirname(__filename);
88

99
export default defineConfig({
1010
test: {
11-
pool: "forks",
11+
testTimeout: 10_000,
12+
pool: 'forks',
1213
globals: true,
1314
setupFiles: ['./test/vitest.setup.ts'],
1415
alias: {

0 commit comments

Comments
 (0)