[VOL-3173] Passing the defaults.rw_core.timeout parameter to voltha-rw-core

Change-Id: I3ebb68fdb28b0cac955fcd7be2a240710c513097
diff --git a/voltha/values.yaml b/voltha/values.yaml
index cb2b9e1..cba138c 100644
--- a/voltha/values.yaml
+++ b/voltha/values.yaml
@@ -23,12 +23,12 @@
   image_tag: ~
   image_pullPolicy: "Always"
   rw_core:
-    timeout: "8000"
+    timeout: "10s"
   topics:
     core_topic: "rwcore"
-    
+
   # Define prefix path for etcd
-  # If you're running multiple voltha stacks the this value 
+  # If you're running multiple voltha stacks the this value
   # should be unique across the stacks.
   kv_store_data_prefix: "service/voltha"