From: Angus Salkeld Date: Mon, 18 Jun 2012 05:10:30 +0000 (+1000) Subject: Lengthen the timeout of the WaitCondition in the HA template X-Git-Tag: 2014.1~1713 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=88c8bdee3f650411f5b46c87c7c45b9e76360cd8;p=openstack-build%2Fheat-build.git Lengthen the timeout of the WaitCondition in the HA template Change-Id: I059075b80dfac0472ae2e2e47d14b2ee4093a530 Signed-off-by: Angus Salkeld --- diff --git a/templates/WordPress_Single_Instance_With_HA.template b/templates/WordPress_Single_Instance_With_HA.template index 1f6857e0..8c00624c 100644 --- a/templates/WordPress_Single_Instance_With_HA.template +++ b/templates/WordPress_Single_Instance_With_HA.template @@ -277,7 +277,7 @@ "DependsOn" : "WikiDatabase", "Properties" : { "Handle" : {"Ref" : "WaitHandle"}, - "Timeout" : "300" + "Timeout" : "600" } } },