Skip to content

Commit

Permalink
extend timeout for ocp deployment via AI
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Horak <[email protected]>
  • Loading branch information
dahorak committed Feb 6, 2024
1 parent 2791ea8 commit 6befd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/deployment/assisted_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def install_cluster(self):
logger.info("Started cluster installation")
# wait for cluster installation success
for sample in TimeoutSampler(
timeout=3600, sleep=300, func=self.api.get_cluster, cluster_id=self.id
timeout=7200, sleep=300, func=self.api.get_cluster, cluster_id=self.id
):
status_per_hosts = [
h.get("progress", {}).get("installation_percentage", 0)
Expand Down

0 comments on commit 6befd59

Please sign in to comment.