diff --git a/ocs_ci/utility/localstorage.py b/ocs_ci/utility/localstorage.py index dab1cfabc12..323e7c2cea5 100644 --- a/ocs_ci/utility/localstorage.py +++ b/ocs_ci/utility/localstorage.py @@ -152,7 +152,7 @@ def check_local_volume_local_volume_set(): return lv_or_lvs_dict -@retry(AssertionError, 15, 15, 5) +@retry(AssertionError, 8, 15, 2) def check_pvs_created(num_pvs_required): """ Verify that exact number of PVs were created and are in the Available state