diff --git a/shenyu-common/src/main/java/org/apache/shenyu/common/constant/HttpConstants.java b/shenyu-common/src/main/java/org/apache/shenyu/common/constant/HttpConstants.java index 4ce115be8aff..dd5e6413e49a 100644 --- a/shenyu-common/src/main/java/org/apache/shenyu/common/constant/HttpConstants.java +++ b/shenyu-common/src/main/java/org/apache/shenyu/common/constant/HttpConstants.java @@ -39,7 +39,7 @@ public final class HttpConstants { /** * Default connection timeout is 10s. */ - public static final long CLIENT_POLLING_CONNECT_TIMEOUT = TimeUnit.SECONDS.toMillis(10); + public static final long CLIENT_POLLING_CONNECT_TIMEOUT = TimeUnit.SECONDS.toMillis(20); /** * Default write timeout is 90s.