Skip to content

Commit

Permalink
rebase on 23july24
Browse files Browse the repository at this point in the history
Signed-off-by: am-agrawa <[email protected]>
  • Loading branch information
am-agrawa committed Jul 23, 2024
1 parent 23c11ab commit 9c15351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocs_ci/deployment/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ def deploy_gitops_operator(self, switch_ctx=None):
self.wait_for_subscription(
constants.GITOPS_OPERATOR_NAME, namespace=constants.OPENSHIFT_OPERATORS
)
logger.info("Sleeping for 180 seconds after subscribing to GitOps Operator")
time.sleep(180)
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

0 comments on commit 9c15351

Please sign in to comment.