Skip to content

Commit d9f6969

Browse files
authored
Wait more for this test
1 parent bcb2ab9 commit d9f6969

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
@@ -115,7 +115,7 @@ public void onNext(Frame frame) {
115115
.withFollowStream(true)
116116
.withStdIn(stdin)
117117
.exec(callback)
118-
.awaitCompletion(15, SECONDS);
118+
.awaitCompletion(30, SECONDS);
119119
callback.close();
120120

121121
assertThat(callback.toString(), containsString(snippet));

0 commit comments

Comments
 (0)