From 0919e3f2b62946ec2e1549aec17ba8584d1bc698 Mon Sep 17 00:00:00 2001 From: David Whittington Date: Thu, 25 May 2023 14:04:43 -0500 Subject: [PATCH] ci(codedeploy): allow longer validation period PE-3769 Migrations run in the background on start, so the service can take a while to become available when they run long. --- appspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appspec.yml b/appspec.yml index 6b754993..8824b7b0 100644 --- a/appspec.yml +++ b/appspec.yml @@ -22,5 +22,5 @@ hooks: runas: root ValidateService: - location: scripts/codedeploy/validate-service - timeout: 60 + timeout: 300 runas: root