Skip to content

Commit 663fd5e

Browse files
committed
Increase bundler-tests timeout to 30s
Webpack production builds can exceed the 10s default on CI runners.
1 parent 8033ea3 commit 663fd5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/bundler-tests/vitest.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { defineConfig } from 'vitest/config';
33
export default defineConfig({
44
test: {
55
include: ['tests/**/*.test.*s'],
6-
testTimeout: 10000,
6+
testTimeout: 30000,
77
hookTimeout: 10000,
88
},
99
});

0 commit comments

Comments
 (0)