Skip to content

Commit c070d46

Browse files
committed
fix(test): increases hookTimeout for browser test project
1 parent 806361e commit c070d46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vitest.workspace.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export default defineConfig({
1313
name: "browser",
1414
environment: "happy-dom",
1515
globals: true,
16+
hookTimeout: 30_000,
1617
setupFiles: ["tests/setup.ts"],
1718
include: ["tests/**/*.test.ts", "tests/**/*.test.tsx"],
1819
exclude: ["tests/worker/**"],

0 commit comments

Comments
 (0)