last unit test fixin ?
Some checks are pending
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Has started running

This commit is contained in:
2025-11-27 02:45:07 -08:00
parent 377fe7c2cf
commit 277e009429
3 changed files with 26 additions and 34 deletions

View File

@@ -39,6 +39,7 @@ const finalConfig = mergeConfig(baseViteConfig, defineConfig({
exclude: [],
// This setup script starts the backend server before tests run.
globalSetup: './src/tests/setup/integration-global-setup.ts',
// The default timeout is 5000ms (5 seconds)
testTimeout: 60000, // Increased timeout for server startup and API calls, especially AI services.
// "singleThread: true" is removed in modern Vitest.
// Use fileParallelism: false to ensure test files run one by one to prevent port conflicts.