From 0c087c29800f1e8f0436a3eb880884959f4a7fca Mon Sep 17 00:00:00 2001 From: Daniel Osypenko Date: Mon, 14 Oct 2024 19:52:03 +0300 Subject: [PATCH] make check_pvs_created last max 1H6m Signed-off-by: Daniel Osypenko --- ocs_ci/utility/localstorage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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