From 5a48c8b91c16cc0a2b0ac5b9fe5b7b5f82225983 Mon Sep 17 00:00:00 2001 From: ashwaq Date: Tue, 31 Mar 2020 11:08:41 +0300 Subject: [PATCH] fix duplicate Response Attr 1 --- .../src/app/hmg-common/services/connector/connector.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mohem/src/app/hmg-common/services/connector/connector.service.ts b/Mohem/src/app/hmg-common/services/connector/connector.service.ts index 043f3322..e1ce2293 100644 --- a/Mohem/src/app/hmg-common/services/connector/connector.service.ts +++ b/Mohem/src/app/hmg-common/services/connector/connector.service.ts @@ -21,7 +21,7 @@ export class ConnectorService { headers: new HttpHeaders({ 'Content-Type': 'application/json' }) }; public static retryTimes = 0; - public static timeOut = 240 * 1000; + public static timeOut = 120 * 1000; // public static host = 'http://10.50.100.113:6060/'; // development service public static host = 'https://uat.hmgwebservices.com/';