mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
test(e2e): budget model health setup and propagation waits
This commit is contained in:
parent
057d333d10
commit
b01d12154d
1 changed files with 1 additions and 0 deletions
|
|
@ -178,6 +178,7 @@ const test = base.extend<{ reachableName: string; unreachableName: string }>({
|
|||
});
|
||||
|
||||
test.describe("Model health status", () => {
|
||||
test.describe.configure({ timeout: 8 * 60_000 });
|
||||
test.use({ storageState: ADMIN_STORAGE_PATH });
|
||||
|
||||
test("Run Health Check reports a reachable deployment healthy and an unreachable one unhealthy", async ({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue