mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
extending timeout for long running tests
This commit is contained in:
parent
cbcbbff604
commit
145ef7d388
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ function renderWithProviders(ui: React.ReactElement) {
|
|||
return render(<QueryClientProvider client={qc}>{ui}</QueryClientProvider>);
|
||||
}
|
||||
|
||||
describe("CreateUserButton", () => {
|
||||
describe("CreateUserButton", { timeout: 20000 }, () => {
|
||||
beforeEach(() => {
|
||||
vi.clearAllMocks();
|
||||
mockGetProxyUISettings.mockResolvedValue({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue