Fix test on macOS: 50 tasks would result in the test consistently failing on a local macOS

This commit is contained in:
Louis Dureuil 2023-05-04 00:05:39 +02:00
parent dcbfecf42c
commit 52ab114f6c
No known key found for this signature in database

View File

@ -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();