From 2ef85bebe6cef4281bfc1c2ab8355e50ffb2e8b4 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Tue, 22 Apr 2025 21:21:15 -0400 Subject: [PATCH] post_install timeout extended to 15m after observing completion after 13m --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 4d4ff2a..56c4fae 100644 --- a/main.tf +++ b/main.tf @@ -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" }