Skip to content

Commit c9ed517

Browse files
authored
INTPYTHON-742 - Increase test index creation timeout to 60 seconds (#201)
1 parent bfd676d commit c9ed517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/langgraph-store-mongodb/tests/integration_tests/test_store_semantic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
DB_NAME = os.environ.get("DB_NAME", "langgraph-test")
2323
COLLECTION_NAME = "semantic_search"
2424
INDEX_NAME = "vector_index"
25-
TIMEOUT, INTERVAL = 30, 1 # timeout to index new data
25+
TIMEOUT, INTERVAL = 60, 1 # timeout to index new data
2626

2727
DIMENSIONS = 5 # Dimensions of embedding model
2828

0 commit comments

Comments
 (0)