We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb2ab9 commit d9f6969Copy full SHA for d9f6969
src/test/java/com/github/dockerjava/netty/exec/AttachContainerCmdExecTest.java
@@ -115,7 +115,7 @@ public void onNext(Frame frame) {
115
.withFollowStream(true)
116
.withStdIn(stdin)
117
.exec(callback)
118
- .awaitCompletion(15, SECONDS);
+ .awaitCompletion(30, SECONDS);
119
callback.close();
120
121
assertThat(callback.toString(), containsString(snippet));
0 commit comments