Skip to content

Commit 5c3b0f2

Browse files
committed
Merge branch '4.1.x-stable' into 4.2.x-stable
2 parents 9e78a19 + b905aab commit 5c3b0f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/com/rabbitmq/client/test/server/PersistenceGuarantees.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ protected NioParams nioParams() {
3434
NioParams nioParams = super.nioParams();
3535
// may need a higher enqueuing timeout on slow environments
3636
return nioParams
37-
.setWriteEnqueuingTimeoutInMs(nioParams.getWriteEnqueuingTimeoutInMs() * 2);
37+
.setWriteEnqueuingTimeoutInMs(nioParams.getWriteEnqueuingTimeoutInMs() * 3)
38+
.setWriteQueueCapacity(nioParams.getWriteQueueCapacity() * 2);
3839
}
3940

4041
protected void declareQueue() throws IOException {

0 commit comments

Comments
 (0)