|
|
@@ -64,8 +64,8 @@ public class DockerImpl implements Docker {
|
|
|
.dockerHost(config.getDockerHost())
|
|
|
.sslConfig(config.getSSLConfig())
|
|
|
.maxConnections(100)
|
|
|
- .connectionTimeout(Duration.ofSeconds(30))
|
|
|
- .responseTimeout(Duration.ofSeconds(45))
|
|
|
+ .connectionTimeout(Duration.ofSeconds(60))
|
|
|
+ .responseTimeout(Duration.ofSeconds(60))
|
|
|
.build();
|
|
|
this.dockerClient = DockerClientImpl.getInstance(config, httpClient);
|
|
|
}
|