some more re-org + fixes
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 2m46s
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 2m46s
This commit is contained in:
@@ -36,7 +36,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',
|
||||
testTimeout: 15000, // Increased timeout for server startup and API calls.
|
||||
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.
|
||||
fileParallelism: false,
|
||||
|
||||
Reference in New Issue
Block a user