We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a94ff7 commit 02754c8Copy full SHA for 02754c8
1 file changed
src/test/java/com/rabbitmq/client/test/TestUtils.java
@@ -62,6 +62,7 @@ public class TestUtils {
62
63
public static ConnectionFactory connectionFactory() {
64
ConnectionFactory connectionFactory = new ConnectionFactory();
65
+ connectionFactory.setChannelRpcTimeout((int) Duration.ofSeconds(10).toMillis());
66
setIoLayer(connectionFactory);
67
return connectionFactory;
68
}
0 commit comments