Skip to content

Commit

Permalink
Merge pull request #10676 from DanielOsypenko/correct_retry_at_check_…
Browse files Browse the repository at this point in the history
…pvs_created

make check_pvs_created last max 1H6m
  • Loading branch information
petr-balogh authored Oct 14, 2024
2 parents 7686692 + 0c087c2 commit 8f8479d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/utility/localstorage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f8479d

Please sign in to comment.