Skip to content

Commit a520aaa

Browse files
committed
Fix test again?
1 parent 78a2a00 commit a520aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/github/dockerjava/netty/exec/AttachContainerCmdExecTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public void attachContainerWithStdin() throws Exception {
9393

9494
dockerClient.startContainerCmd(container.getId()).exec();
9595

96-
Thread.sleep(SECONDS.toMillis(3)); //wait bash initialisation
96+
Thread.sleep(SECONDS.toMillis(10)); //wait bash initialisation
9797

9898
InspectContainerResponse inspectContainerResponse = dockerClient.inspectContainerCmd(container.getId()).exec();
9999

0 commit comments

Comments
 (0)