mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Fix tests
This commit is contained in:
parent
0b27aa5138
commit
88190b5602
7 changed files with 59 additions and 12 deletions
|
@ -326,7 +326,7 @@ fn test_auto_deletion_of_tasks() {
|
|||
fn test_task_queue_is_full() {
|
||||
let (index_scheduler, mut handle) = IndexScheduler::test_with_custom_config(vec![], |config| {
|
||||
// that's the minimum map size possible
|
||||
config.task_db_size = 1048576;
|
||||
config.task_db_size = 1048576 * 3;
|
||||
None
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue