We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4edbc19 commit 3c4b71bCopy full SHA for 3c4b71b
src/main/java/com/github/dockerjava/jaxrs/DockerCmdExecFactoryImpl.java
@@ -105,7 +105,7 @@ public void init(DockerClientConfig dockerClientConfig) {
105
connManager);
106
107
clientConfig.property(ApacheClientProperties.REQUEST_CONFIG,
108
- RequestConfig.custom().setConnectionRequestTimeout(10).build());
+ RequestConfig.custom().setConnectionRequestTimeout(1000).build());
109
110
ClientBuilder clientBuilder = ClientBuilder.newBuilder().withConfig(
111
clientConfig);
0 commit comments