diff --git a/fuel_health/nmanager.py b/fuel_health/nmanager.py index 6086f824..cd7a6c4a 100644 --- a/fuel_health/nmanager.py +++ b/fuel_health/nmanager.py @@ -463,7 +463,7 @@ class OfficialClientTest(fuel_health.test.TestCase): return False fuel_health.test.call_until_true( - is_deletion_complete, 20, 10) + is_deletion_complete, 21, 5) def retry_command(self, retries, timeout, method, *args, **kwargs): for i in range(retries):