mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Adding timeout for flaky test
This commit is contained in:
parent
2abd0941be
commit
b35e0d5f83
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ test.describe("Internal Users Search", () => {
|
|||
),
|
||||
searchInput.fill("test@"),
|
||||
]);
|
||||
|
||||
await page.waitForTimeout(5000);
|
||||
const filteredCount = await rows.count();
|
||||
await expect(filteredCount).toBeLessThan(initialCount);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue