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 56bd21b commit 44ab5b6Copy full SHA for 44ab5b6
src/test/java/com/rabbitmq/client/test/functional/TopologyRecoveryRetry.java
@@ -38,7 +38,7 @@ public class TopologyRecoveryRetry extends BrokerTestCase {
38
39
@Test
40
public void topologyRecoveryRetry() throws Exception {
41
- int nbQueues = 2000;
+ int nbQueues = 200;
42
String prefix = "topology-recovery-retry-" + System.currentTimeMillis();
43
for (int i = 0; i < nbQueues; i++) {
44
String queue = prefix + i;
0 commit comments