Skip to content

Commit

Permalink
bump test timeout due to stricter concurrency limits
Browse files Browse the repository at this point in the history
  • Loading branch information
emrgnt-cmplxty committed Oct 16, 2024
1 parent 59cc27a commit 5ce1ddc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py/core/configs/full.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ overlap = 256
[orchestration]
provider = "hatchet"
kg_creation_concurrency_limit = 32
ingestion_concurrency_limit = 64
ingestion_concurrency_limit = 128
kg_enrichment_concurrency_limit = 8
3 changes: 2 additions & 1 deletion py/tests/integration/runner_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -1109,9 +1109,10 @@ def test_pagination_and_filtering():
client.ingest_files(["core/examples/data/aristotle.txt"])
client.ingest_files(["core/examples/data/uber_2021.pdf"])

time.sleep(40)
time.sleep(65)

documents_overview = client.documents_overview()["results"]
print("documents_overview = ", documents_overview)
client.assign_document_to_collection(
documents_overview[0]["id"], collection_id
)
Expand Down

0 comments on commit 5ce1ddc

Please sign in to comment.