Skip to content

Commit

Permalink
Improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito authored Oct 10, 2024
1 parent 2ff7de9 commit 9e5e1ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ def num_documents(collection):
response = await full_client.delete(f"/users/{id_}", headers=steward_headers)
assert response.status_code == status.HTTP_204_NO_CONTENT
bad_collections = set(collections)
# try a couple of times because to allow for processing
# try a couple of times to allow for processing time
for _tries in range(100):
for collection in list(bad_collections):
if num_documents(collection) == len(user_ids):
Expand Down

0 comments on commit 9e5e1ef

Please sign in to comment.