Increase heat timeout value to 1200 seconds

Change-Id: I4668bd07987463f12fa1757c453e7c98f99f624b
diff --git a/playbooks/roles/install-configure-heat/files/heat-jumphost.yaml b/playbooks/roles/install-configure-heat/files/heat-jumphost.yaml
index 547ec23..ebee6b6 100644
--- a/playbooks/roles/install-configure-heat/files/heat-jumphost.yaml
+++ b/playbooks/roles/install-configure-heat/files/heat-jumphost.yaml
@@ -68,7 +68,7 @@
     properties:
       handle: { get_resource: wait_handle }
       count: 1
-      timeout: 600
+      timeout: 1200
 
   wait_handle:
     type: OS::Heat::WaitConditionHandle
diff --git a/playbooks/roles/install-configure-heat/files/heat-server.yaml b/playbooks/roles/install-configure-heat/files/heat-server.yaml
index 9fb8e49..acec2c4 100644
--- a/playbooks/roles/install-configure-heat/files/heat-server.yaml
+++ b/playbooks/roles/install-configure-heat/files/heat-server.yaml
@@ -58,7 +58,7 @@
     properties:
       handle: { get_resource: wait_handle }
       count: 1
-      timeout: 600
+      timeout: 1200
 
   wait_handle:
     type: OS::Heat::WaitConditionHandle