Skip to content

Commit

Permalink
Merge pull request #6 from SCT-Engineering/mcmCluster
Browse files Browse the repository at this point in the history
post_install timeout extended to 15m after observing completion after…
  • Loading branch information
morga471 committed Apr 23, 2025
2 parents 22a8569 + 2ef85be commit b3e2076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -203,5 +203,5 @@ module "post_install" {
config_script = local.config_job_script
utilities_image_path = module.images.images[local.utilities_key].dest_full_path

timeout = "10m"
timeout = "15m"
}

0 comments on commit b3e2076

Please sign in to comment.