Changed connection timeout from 10 to 20 sec

Change-Id: I112a32bbf076f538439ea0fb5881297eb52486f5
Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
diff --git a/app/common/services/apiInterceptor.js b/app/common/services/apiInterceptor.js
index 0b2f705..d1a23ad 100644
--- a/app/common/services/apiInterceptor.js
+++ b/app/common/services/apiInterceptor.js
@@ -17,7 +17,7 @@
             return {
                 'request': function(config){
                     dataService.loading = true;
-                    config.timeout = 10000;
+                    config.timeout = 20000;
                     return config;
                 },
                 'response': function(response){