mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-06 12:46:31 +00:00
Increase the wait time in the tests
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
This commit is contained in:
@ -403,7 +403,7 @@ impl<State> Server<State> {
|
|||||||
let max_attempts = if update_id > 1000 {
|
let max_attempts = if update_id > 1000 {
|
||||||
400 // 200 seconds for vector tests
|
400 // 200 seconds for vector tests
|
||||||
} else {
|
} else {
|
||||||
100 // 50 seconds for other tests
|
1000 // 50 seconds for other tests
|
||||||
};
|
};
|
||||||
|
|
||||||
for _ in 0..max_attempts {
|
for _ in 0..max_attempts {
|
||||||
|
Reference in New Issue
Block a user