Increase run time swarm-bootstrap and deploy-platform

Related-Prod: PROD-36426
Change-Id: I031e86e89e638d1e5575d7383814bd8f25162841
diff --git a/jobs/pipelines/swarm-bootstrap-salt-cluster-heat.groovy b/jobs/pipelines/swarm-bootstrap-salt-cluster-heat.groovy
index db375e6..7086240 100644
--- a/jobs/pipelines/swarm-bootstrap-salt-cluster-heat.groovy
+++ b/jobs/pipelines/swarm-bootstrap-salt-cluster-heat.groovy
@@ -51,7 +51,7 @@
 def ubuntu_vcp_image_name = "ubuntu-vcp-2019.2.0"
 def ubuntu_foundation_image_name = "ubuntu-16.04-foundation-2019.2.0"
 
-timeout(time: 2, unit: 'HOURS') {
+timeout(time: 3, unit: 'HOURS') {
     timestamps {
         node ("${PARENT_NODE_NAME}") {
             if (! fileExists("${PARENT_WORKSPACE}")) {