Skip to content

Commit

Permalink
post_install timeout extended to 15m after observing completion after…
Browse files Browse the repository at this point in the history
… 13m
  • Loading branch information
morga471 committed Apr 23, 2025
1 parent 8375883 commit 2ef85be
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 2ef85be

Please sign in to comment.