From f4214f401d527acf40dbda269c998f4a12e94728 Mon Sep 17 00:00:00 2001 From: seungheonlee Date: Fri, 11 Jul 2025 19:22:31 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20ApplicationStart=20hook=EC=9D=98=20time?= =?UTF-8?q?=20out=20=EC=A6=9D=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appspec.yml b/appspec.yml index fe0cca8..bc348dd 100644 --- a/appspec.yml +++ b/appspec.yml @@ -18,7 +18,7 @@ hooks: runas: ec2-user ApplicationStart: - location: scripts/start.sh - timeout: 60 + timeout: 180 runas: ec2-user ValidateService: - location: scripts/validate.sh