Skip to content

Commit

Permalink
Reduce Backoff tries (#10598)
Browse files Browse the repository at this point in the history
Signed-off-by: prsurve <[email protected]>
  • Loading branch information
prsurve authored Sep 30, 2024
1 parent 66de6e1 commit a380c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/ocs/resources/storage_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -2707,7 +2707,7 @@ def patch_storage_cluster_for_custom_storage_class(
return False


@retry(AssertionError, 50, 20, 2)
@retry(AssertionError, 10, 20, 2)
def validate_serviceexport():
"""
validate the serviceexport resource
Expand Down

0 comments on commit a380c7b

Please sign in to comment.