mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-12 07:58:54 +01:00
Fix test on macOS: 50 tasks would result in the test consistently failing on a local macOS
This commit is contained in:
parent
dcbfecf42c
commit
52ab114f6c
@ -3835,7 +3835,7 @@ mod tests {
|
||||
|
||||
// But a task deletion that delete something should works
|
||||
index_scheduler
|
||||
.register(KindWithContent::TaskDeletion { query: S("test"), tasks: (0..50).collect() })
|
||||
.register(KindWithContent::TaskDeletion { query: S("test"), tasks: (0..100).collect() })
|
||||
.unwrap();
|
||||
handle.advance_one_successful_batch();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user