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.
1 parent 3f079cf commit d3f4737Copy full SHA for d3f4737
src/test/java/com/rabbitmq/client/test/functional/TopologyRecoveryRetry.java
@@ -34,7 +34,7 @@ public class TopologyRecoveryRetry extends BrokerTestCase {
34
35
@Test
36
public void topologyRecoveryRetry() throws Exception {
37
- int nbQueues = 2000;
+ int nbQueues = 200;
38
String prefix = "topology-recovery-retry-" + System.currentTimeMillis();
39
for (int i = 0; i < nbQueues; i++) {
40
String queue = prefix + i;
0 commit comments