diff --git a/ailib/__init__.py b/ailib/__init__.py index 717ed23..2a410e7 100644 --- a/ailib/__init__.py +++ b/ailib/__init__.py @@ -1543,8 +1543,8 @@ def create_deployment(self, cluster, overrides, force=False, debug=False): self.create_infra_env(infraenv, overrides) del overrides['cluster'] if not self.saas: - info("Waiting 240s for iso to be available") - sleep(240) + info("Waiting 60s for iso to be available") + sleep(60) if 'iso_url' in overrides: download_iso_path = overrides.get('download_iso_path') if download_iso_path is None: @@ -1611,8 +1611,8 @@ def scale_deployment(self, cluster, overrides, debug=False): if info_cluster.status != 'adding-hosts': self.update_cluster(cluster, {'day2': True}) if not self.saas: - info("Waiting 240s for iso to be available") - sleep(240) + info("Waiting 60s for iso to be available") + sleep(60) if 'iso_url' in overrides: download_iso_path = overrides.get('download_iso_path') if download_iso_path is None: