mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-12-26 22:50:07 +01:00
2c09c324f7
4730: fix a possibly flaky test r=irevoire a=irevoire On slow CI, it was possible for a document addition to _not_ to be processed and then get autobatched with an index deletion, which changed their task summary details in the end. Now, I wait for the task to finish, and the result will always be the same Co-authored-by: Tamo <tamo@meilisearch.com>