Skip to content

Commit f9be9eb

Browse files
committed
Stabilize the container-logs-test
1 parent 79e937a commit f9be9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-client/src/test/java/de/gesellix/docker/remote/api/client/ContainerApiIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ public void containerLogsWithoutTty() {
366366
containerApi.containerCreate(containerCreateRequest, "container-logs-test");
367367
containerApi.containerStart("container-logs-test", null);
368368

369-
Duration timeout = Duration.of(5, SECONDS);
369+
Duration timeout = Duration.of(10, SECONDS);
370370
LogFrameStreamCallback callback = new LogFrameStreamCallback();
371371

372372
new Thread(() -> containerApi.containerLogs(

0 commit comments

Comments
 (0)