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.
2 parents 9e78a19 + b905aab commit 5c3b0f2Copy full SHA for 5c3b0f2
src/test/java/com/rabbitmq/client/test/server/PersistenceGuarantees.java
@@ -34,7 +34,8 @@ protected NioParams nioParams() {
34
NioParams nioParams = super.nioParams();
35
// may need a higher enqueuing timeout on slow environments
36
return nioParams
37
- .setWriteEnqueuingTimeoutInMs(nioParams.getWriteEnqueuingTimeoutInMs() * 2);
+ .setWriteEnqueuingTimeoutInMs(nioParams.getWriteEnqueuingTimeoutInMs() * 3)
38
+ .setWriteQueueCapacity(nioParams.getWriteQueueCapacity() * 2);
39
}
40
41
protected void declareQueue() throws IOException {
0 commit comments