From 32581b6364e1389276e476d8dc7912aab3f6224d Mon Sep 17 00:00:00 2001 From: c00149107 Date: Fri, 25 Nov 2016 11:12:02 +0800 Subject: fix issue : GSO-124 Change-Id: If9960955d0fa3e4af7f9a2331ec2678053ea5ed7 Signed-off-by: c00149107 --- servicegateway/deployment/src/main/release/etc/conf/restclient.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'servicegateway/deployment/src/main') diff --git a/servicegateway/deployment/src/main/release/etc/conf/restclient.json b/servicegateway/deployment/src/main/release/etc/conf/restclient.json index b30e05c0..c7e61a56 100644 --- a/servicegateway/deployment/src/main/release/etc/conf/restclient.json +++ b/servicegateway/deployment/src/main/release/etc/conf/restclient.json @@ -7,5 +7,5 @@ "ConnectTimeout":"1000", "thread":"10", "idletimeout":"500000", - "timeout":"10000" + "timeout":"600000" } \ No newline at end of file -- cgit