Skip to content

Commit 64e30d5

Browse files
authored
test: Longer interval for pinecone integration tests (#560)
Short interval times result in pinecone tests not finishing properly. By giving these tests more time to finish, they can properly pass.
1 parent 6bce3c4 commit 64e30d5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.57
2+
3+
- **test: Longer interval for pinecone integration tests**
4+
15
## 1.0.56
26

37
- **Fix: set correct display_name in HtmlMixin produced FileData**

test/integration/connectors/test_pinecone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def validate_pinecone_index(
110110
index_name: str,
111111
expected_num_of_vectors: int,
112112
retries=30,
113-
interval=1,
113+
interval=5,
114114
namespace: str = "default",
115115
) -> None:
116116
# Because there's a delay for the index to catch up to the recent writes, add in a retry

unstructured_ingest/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.56" # pragma: no cover
1+
__version__ = "1.0.57" # pragma: no cover

0 commit comments

Comments
 (0)