]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Lengthen the timeout of the WaitCondition in the HA template
authorAngus Salkeld <asalkeld@redhat.com>
Mon, 18 Jun 2012 05:10:30 +0000 (15:10 +1000)
committerAngus Salkeld <asalkeld@redhat.com>
Mon, 18 Jun 2012 05:10:30 +0000 (15:10 +1000)
Change-Id: I059075b80dfac0472ae2e2e47d14b2ee4093a530
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
templates/WordPress_Single_Instance_With_HA.template

index 1f6857e07a8fca179716874393fae929a6036ac0..8c00624c58080c035cee3d42fb2507e5d31772f4 100644 (file)
       "DependsOn" : "WikiDatabase",
       "Properties" : {
         "Handle" : {"Ref" : "WaitHandle"},
-        "Timeout" : "300"
+        "Timeout" : "600"
       }
     }
   },