Increase the wait time in the tests

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
This commit is contained in:
Martin Tzvetanov Grigorov 2025-06-06 11:42:54 +03:00
parent 89c0cf9b12
commit 1b4d344e18
No known key found for this signature in database
GPG Key ID: 3194FD8C1AE300EF

View File

@ -403,7 +403,7 @@ impl<State> Server<State> {
let max_attempts = if update_id > 1000 {
400 // 200 seconds for vector tests
} else {
100 // 50 seconds for other tests
1000 // 50 seconds for other tests
};
for _ in 0..max_attempts {