Skip to content

Commit

Permalink
sleep instead of wait, dont merge
Browse files Browse the repository at this point in the history
Signed-off-by: fbalak <[email protected]>
  • Loading branch information
fbalak committed Jun 14, 2024
1 parent 94dd8a5 commit ac4f89b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocs_ci/deployment/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -914,6 +914,7 @@ def subscribe_ocs(self):
)
run_cmd(f"oc create -f {subscription_manifest.name}")
#self.wait_for_subscription(ocs_operator_name)
time.sleep(600)
if subscription_plan_approval == "Manual":
wait_for_install_plan_and_approve(self.namespace)
csv_name = package_manifest.get_current_csv(channel=custom_channel)
Expand Down

0 comments on commit ac4f89b

Please sign in to comment.