From 88c8bdee3f650411f5b46c87c7c45b9e76360cd8 Mon Sep 17 00:00:00 2001
From: Angus Salkeld <asalkeld@redhat.com>
Date: Mon, 18 Jun 2012 15:10:30 +1000
Subject: [PATCH] Lengthen the timeout of the WaitCondition in the HA template

Change-Id: I059075b80dfac0472ae2e2e47d14b2ee4093a530
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
---
 templates/WordPress_Single_Instance_With_HA.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/WordPress_Single_Instance_With_HA.template b/templates/WordPress_Single_Instance_With_HA.template
index 1f6857e07a..8c00624c58 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"
       }
     }
   },