Add more retries to allow manila backup restore to complete

Due to slow 1GiB networking in ServerStack the restore often exceeds the
retries.  Increase them to enable the restore to succeed.
This commit is contained in:
Alex Kavanagh
2024-07-01 16:11:54 +01:00
parent d71c9b3545
commit 0bf4e9a558

View File

@@ -359,7 +359,7 @@ packages:
self.manila_client.shares,
share.id,
wait_iteration_max_time=120,
stop_after_attempt=2,
stop_after_attempt=10,
expected_status="available",
msg="Waiting for a share to become available")