Increase timeout in test test_long_disconnection_stops_backup.

This commit is contained in:
Vitaly Baranov 2024-11-17 17:36:22 +01:00
parent a7831c991f
commit e00128c717

View File

@ -667,7 +667,7 @@ def test_long_disconnection_stops_backup():
# A backup is expected to fail, but it isn't expected to fail too soon.
print(f"Backup failed after {time_to_fail} seconds disconnection")
assert time_to_fail > 3
assert time_to_fail < 35
assert time_to_fail < 45
# A backup must NOT be stopped if Zookeeper is disconnected shorter than `failure_after_host_disconnected_for_seconds`.