mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-06-15 04:21:36 +02:00
Increase the wait time in the tests
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
This commit is contained in:
parent
89c0cf9b12
commit
1b4d344e18
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user