diff --git a/pom.xml b/pom.xml
index e6c1917..e1e93fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
4.13.1
1.3.2
1.7.25
- 2.2.11.RELEASE
+ 2.0.9.RELEASE
3.14.9
1.6.3
2.12.6.1
@@ -58,7 +58,7 @@
org.springframework.cloud
spring-cloud-commons
- 2.2.9.RELEASE
+ 2.0.4.RELEASE
provided
diff --git a/src/test/resources/application.yml b/src/test/resources/application.yml
index ea3ca37..eec81b0 100644
--- a/src/test/resources/application.yml
+++ b/src/test/resources/application.yml
@@ -33,11 +33,11 @@ retrofit:
# 全局超时时间配置
global-timeout:
# 全局读取超时时间
- read-timeout-ms: 10000
+ read-timeout-ms: 5000
# 全局写入超时时间
- write-timeout-ms: 10000
+ write-timeout-ms: 5000
# 全局连接超时时间
- connect-timeout-ms: 10000
+ connect-timeout-ms: 5000
# 全局完整调用超时时间
call-timeout-ms: 0