Adding timeout option

Change-Id: Ibe2f7996005456f35f623119d641713681cb7394
diff --git a/Jenkinsfile-mcord-build b/Jenkinsfile-mcord-build
index bd27d8f..6f043ad 100644
--- a/Jenkinsfile-mcord-build
+++ b/Jenkinsfile-mcord-build
@@ -96,7 +96,7 @@
             stage("Install M-CORD Control Plane Services") {
                 sh returnStdout: true, script: """
                 export KUBECONFIG=$WORKSPACE/${configBaseDir}/${configKubernetesDir}/${configFileName}.conf
-                helm install -n mcord-control-plane -f $WORKSPACE/${configBaseDir}/${configKubernetesDir}/${configFileName}.yml cord/mcord-control-plane
+                helm install -n mcord-control-plane -f $WORKSPACE/${configBaseDir}/${configKubernetesDir}/${configFileName}.yml --wait --timeout 3600 --debug cord/mcord-control-plane
                 """
             }