Skip to content

Commit 901b51a

Browse files
committed
Merge branch '4.3.x-stable' into 4.x.x-stable
2 parents 162ff1d + b046310 commit 901b51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/rabbitmq/client/test/ssl/NioTlsUnverifiedConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public void configure(SSLEngine sslEngine) throws IOException {
121121
private void sendAndVerifyMessage(int size) throws Exception {
122122
CountDownLatch latch = new CountDownLatch(1);
123123
connection = basicGetBasicConsume(connection, QUEUE, latch, size);
124-
boolean messagesReceived = latch.await(10, TimeUnit.SECONDS);
124+
boolean messagesReceived = latch.await(20, TimeUnit.SECONDS);
125125
assertTrue("Message has not been received", messagesReceived);
126126
}
127127

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy