mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-30 14:52:36 +00:00
fix: reduce concurrent storage test workers to avoid xdist resource starvation
This commit is contained in:
@@ -141,8 +141,8 @@ def _chromadb_worker(persist_dir: str, worker_id: int, result_dir: str):
|
|||||||
# Tests
|
# Tests
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
N_WORKERS = 6
|
N_WORKERS = 3
|
||||||
N_RECORDS = 20
|
N_RECORDS = 10
|
||||||
|
|
||||||
|
|
||||||
def _run_workers(target, args_fn, n_workers=N_WORKERS, timeout=120):
|
def _run_workers(target, args_fn, n_workers=N_WORKERS, timeout=120):
|
||||||
|
|||||||
Reference in New Issue
Block a user