mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
address greptile review feedback (greploop iteration 1)
Remove leftover 10000ms per-test timeout in add_model_tab.test.tsx that was missed in the initial sweep. The test now inherits the 30000ms global.
This commit is contained in:
parent
06f3679778
commit
236bb4f59f
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ describe("Add Model Tab", () => {
|
|||
);
|
||||
|
||||
expect(await screen.findByRole("tab", { name: "Add Model" })).toBeInTheDocument();
|
||||
}, 10000); // This test is flaky, adding a timeout until we find a better solution
|
||||
});
|
||||
|
||||
it("should display both Add Model and Add Auto Router tabs", async () => {
|
||||
const props = createTestProps();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue