We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a2a00 commit a520aaaCopy full SHA for a520aaa
src/test/java/com/github/dockerjava/netty/exec/AttachContainerCmdExecTest.java
@@ -93,7 +93,7 @@ public void attachContainerWithStdin() throws Exception {
93
94
dockerClient.startContainerCmd(container.getId()).exec();
95
96
- Thread.sleep(SECONDS.toMillis(3)); //wait bash initialisation
+ Thread.sleep(SECONDS.toMillis(10)); //wait bash initialisation
97
98
InspectContainerResponse inspectContainerResponse = dockerClient.inspectContainerCmd(container.getId()).exec();
99
0 commit comments