fix: deprecate local embedding tests (#1789)

This commit is contained in:
Sarah Wooders
2024-09-25 14:08:59 -07:00
committed by GitHub
parent 424cfd60b3
commit a8a44436ab
2 changed files with 1 additions and 29 deletions

View File

@@ -350,7 +350,7 @@ def test_sources(client: Union[LocalClient, RESTClient], agent: AgentState):
assert len(active_jobs) == 1
# wait for job to finish (with timeout)
timeout = 60
timeout = 120
start_time = time.time()
while True:
status = client.get_job(upload_job.id).status