diff --git a/templates/packer/worker.pkr.hcl b/templates/packer/worker.pkr.hcl index 77f34ec35..5f3c4e61d 100644 --- a/templates/packer/worker.pkr.hcl +++ b/templates/packer/worker.pkr.hcl @@ -34,7 +34,7 @@ build { instance_type = "c6a.large" aws_polling { delay_seconds = 20 - max_attempts = 60 + max_attempts = 180 } # Set a name for the resulting AMI. @@ -68,7 +68,7 @@ build { instance_type = "c6g.large" aws_polling { delay_seconds = 20 - max_attempts = 60 + max_attempts = 180 } # Set a name for the resulting AMI.