Skip to content

Commit

Permalink
Remove sleep
Browse files Browse the repository at this point in the history
Signed-off-by: prsurve <[email protected]>
  • Loading branch information
prsurve committed Jul 19, 2024
1 parent 297446d commit 00d1753
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ocs_ci/deployment/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,6 @@ def deploy_gitops_operator(self, switch_ctx=None):
self.wait_for_subscription(
constants.GITOPS_OPERATOR_NAME, namespace=constants.OPENSHIFT_OPERATORS
)
logger.info("Sleeping for 120 seconds after subscribing to GitOps Operator")
time.sleep(120)
subscriptions = ocp.OCP(
kind=constants.SUBSCRIPTION_WITH_ACM,
resource_name=constants.GITOPS_OPERATOR_NAME,
Expand Down Expand Up @@ -455,10 +453,6 @@ def do_deploy_oadp(self):
self.wait_for_subscription(
constants.OADP_OPERATOR_NAME, namespace=constants.OADP_NAMESPACE
)
logger.info(
"Sleeping for 120 seconds after subscribing to OADP Operator"
)
time.sleep(120)
oadp_subscriptions = ocp.OCP(
kind=constants.SUBSCRIPTION_WITH_ACM,
resource_name=constants.OADP_OPERATOR_NAME,
Expand Down

0 comments on commit 00d1753

Please sign in to comment.