mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 21:04:27 +01:00
Fix a test that was depending on the speed of the CPU
This commit is contained in:
parent
e769043576
commit
ac9e7bdbe3
@ -182,7 +182,7 @@ async fn list_tasks_status_and_type_filtered() {
|
||||
let (response, code) = index
|
||||
.filtered_tasks(
|
||||
&["indexCreation", "documentAdditionOrUpdate"],
|
||||
&["succeeded", "processing"],
|
||||
&["succeeded", "processing", "enqueued"],
|
||||
)
|
||||
.await;
|
||||
assert_eq!(code, 200, "{}", response);
|
||||
|
Loading…
Reference in New Issue
Block a user