Skip to content

Commit 3962b51

Browse files
committed
ci: try even higher timeout for Windows
1 parent d7b644e commit 3962b51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/vite-plugin-tanstack-start/vitest.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import { defineConfig } from 'vitest/config'
33
export default defineConfig({
44
test: {
55
testTimeout: 15_000,
6-
hookTimeout: 90_000,
6+
// Very slow on Windows CI...
7+
hookTimeout: 60_000,
78
env: {
89
// See https://github.com/webdiscus/ansis/?tab=readme-ov-file#disable-colors-in-tests
910
NO_COLOR: 'true',

0 commit comments

Comments
 (0)