We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b644e commit 3962b51Copy full SHA for 3962b51
packages/vite-plugin-tanstack-start/vitest.config.ts
@@ -3,7 +3,8 @@ import { defineConfig } from 'vitest/config'
3
export default defineConfig({
4
test: {
5
testTimeout: 15_000,
6
- hookTimeout: 90_000,
+ // Very slow on Windows CI...
7
+ hookTimeout: 60_000,
8
env: {
9
// See https://github.com/webdiscus/ansis/?tab=readme-ov-file#disable-colors-in-tests
10
NO_COLOR: 'true',
0 commit comments