From c6656538598175c42499b58bbe62bf20861470e8 Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Fri, 29 Jul 2016 10:49:48 +0100 Subject: [PATCH] Longer timeout on install as fails on staging --- appspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appspec.yml b/appspec.yml index a80d5227b..77f7ed385 100644 --- a/appspec.yml +++ b/appspec.yml @@ -8,7 +8,7 @@ hooks: - location: scripts/aws_install_dependencies.sh runas: root - timeout: 300 + timeout: 1000 - location: scripts/aws_change_ownership.sh runas: root