整理client调用代码
diff --git a/samples/client/src/main/resources/application.yml b/samples/client/src/main/resources/application.yml
index 9c58458..f23f73c 100755
--- a/samples/client/src/main/resources/application.yml
+++ b/samples/client/src/main/resources/application.yml
@@ -20,8 +20,8 @@
   client:
     config:
       default:
-        connectTimeout: 5000
-        readTimeout: 5000
+        connectTimeout: 12000
+        readTimeout: 12000
         loggerLevel: full
   hystrix:
     enabled: true
@@ -34,6 +34,6 @@
           enabled: true
         isolation:
           thread:
-            timeoutInMilliseconds: 5000
+            timeoutInMilliseconds: 12000
 
-gateway.api.url: http://localhost:5555/api
+gateway.api.url: http://localhost:5555