mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test: increase time before checking budget reset - avoid deadlocking
This commit is contained in:
parent
0273410310
commit
b9854a99d2
4 changed files with 5 additions and 4 deletions
|
@ -10,6 +10,7 @@
|
|||
import os, openai, sys, json, inspect, uuid, datetime, threading
|
||||
from typing import Any, Literal, Union
|
||||
from functools import partial
|
||||
|
||||
import dotenv, traceback, random, asyncio, time, contextvars
|
||||
from copy import deepcopy
|
||||
import httpx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue