mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
commit
2d9adf297f
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -4,8 +4,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags-ignore:
|
||||
- invoke-release
|
||||
- testbranch
|
||||
tags:
|
||||
- '!invoke-release'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -57,8 +57,8 @@ public class DockerMetricsHelper {
|
||||
System.getProperties().setProperty(DOCKER_HOST, DOCKER_HOST_ADDR);
|
||||
this.config = DefaultDockerClientConfig.createDefaultConfigBuilder().withDockerHost(DOCKER_HOST_ADDR).build();
|
||||
DockerCmdExecFactory dockerCmdExecFactory = new OkHttpDockerCmdExecFactory()
|
||||
.withReadTimeout(1000)
|
||||
.withConnectTimeout(1000);
|
||||
.withReadTimeout(10000)
|
||||
.withConnectTimeout(10000);
|
||||
|
||||
// DockerCmdExecFactory dockerCmdExecFactory = new JerseyDockerCmdExecFactory()
|
||||
// .withReadTimeout(1000)
|
||||
|
Loading…
Reference in New Issue
Block a user