diff --git a/techhero-gateway-test.yml b/techhero-gateway-test.yml
index 404e662..a4549f2 100644
--- a/techhero-gateway-test.yml
+++ b/techhero-gateway-test.yml
@@ -14,9 +14,9 @@ hystrix:
       execution:
         isolation:
           thread:
-            timeoutInMilliseconds: 5000  #设置API网关中路由转发请求的HystrixCommand执行超时时间
+            timeoutInMilliseconds: 25000000  #设置API网关中路由转发请求的HystrixCommand执行超时时间
 ribbon:
-  ReadTimeout: 3000
+  ReadTimeout: 600000
   ConnectTimeout: 3000
   MaxAutoRetries: 1
   MaxAutoRetriesNextServer: 1