Skip to content

Commit c3f8c23

Browse files
committed
Enforce maxConnections: 64 to fix flake in test
1 parent 338ce5e commit c3f8c23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/collections/aggregate/integration.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ describe('Testing of the collection.aggregate methods', () => {
9191
],
9292
vectorizers: weaviate.configure.vectorizer.text2VecContextionary({
9393
vectorizeCollectionName: false,
94+
vectorIndexConfig: weaviate.configure.vectorIndex.hnsw({ maxConnections: 64 }),
9495
}),
9596
})
9697
.then(async () => {

0 commit comments

Comments
 (0)