mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-26 23:04:26 +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
|
let (response, code) = index
|
||||||
.filtered_tasks(
|
.filtered_tasks(
|
||||||
&["indexCreation", "documentAdditionOrUpdate"],
|
&["indexCreation", "documentAdditionOrUpdate"],
|
||||||
&["succeeded", "processing"],
|
&["succeeded", "processing", "enqueued"],
|
||||||
)
|
)
|
||||||
.await;
|
.await;
|
||||||
assert_eq!(code, 200, "{}", response);
|
assert_eq!(code, 200, "{}", response);
|
||||||
|
Loading…
Reference in New Issue
Block a user