Skip to content

Commit

Permalink
fix: Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hh-space-invader committed Mar 11, 2025
1 parent dbd7cf1 commit 2c7b58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/congruence_tests/test_group_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def test_simple_group_search():
compare_client_results(local_client, remote_client, searcher.group_search_image_select_vector)
compare_client_results(local_client, remote_client, searcher.group_search_payload_exclude)

for i in range(50):
for i in range(100):
query_filter = one_random_filter_please()
try:
compare_client_results(
Expand Down

0 comments on commit 2c7b58d

Please sign in to comment.