Increase netconf timeout values

Change-Id: I4b808679c700f6218db5581dff1a2362b7291a1e
diff --git a/roles/cord-profile/templates/carrierethernet-local-app.yaml.j2 b/roles/cord-profile/templates/carrierethernet-local-app.yaml.j2
index e04ad84..811a6a8 100644
--- a/roles/cord-profile/templates/carrierethernet-local-app.yaml.j2
+++ b/roles/cord-profile/templates/carrierethernet-local-app.yaml.j2
@@ -33,8 +33,8 @@
           component_config: >
               {
                   "org.onosproject.netconf.ctl.impl.NetconfControllerImpl": {
-                      "netconfConnectTimeout": "60",
-                      "netconfReplyTimeout": "60"
+                      "netconfConnectTimeout": "120",
+                      "netconfReplyTimeout": "120"
                   },
                   "org.opencord.ce.local.bigswitch.BigSwitchManager": {
                       "domainId": "{{ ansible_default_ipv4.address }}-cord-onos"