Merge pull request #32078 from BerriAI/litellm_/distracted-banach-e3481f

fix(ci): stop ui_unit_tests vitest onTaskUpdate RPC timeout flake
This commit is contained in:
yuneng-jiang 2026-07-03 14:13:24 -07:00 committed by GitHub
commit 23e83f86a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -2629,7 +2629,7 @@ jobs:
cd ui/litellm-dashboard
CI=true npm run test -- --run \
--pool forks --poolOptions.forks.maxForks=8
--pool forks --poolOptions.forks.maxForks=6
e2e_ui_testing:
docker:

View file

@ -8,6 +8,7 @@ export default defineConfig({
globals: true,
css: true, // lets you import CSS/modules without extra mocks
testTimeout: 30000,
teardownTimeout: 60000,
coverage: {
provider: "v8",
reporter: ["text", "lcov"],