mirror of
https://github.com/apache/activemq.git
synced 2025-02-10 03:56:21 +00:00
[AMQ-7321] Reduce the number of messages in MQTT SSL offline test to limit timing issue
This commit is contained in:
parent
8a6ef9d83d
commit
d340e0902b
@ -1642,7 +1642,7 @@ public class MQTTTest extends MQTTTestSupport {
|
|||||||
payload[i] = '2';
|
payload[i] = '2';
|
||||||
}
|
}
|
||||||
|
|
||||||
int numberOfRuns = 100;
|
int numberOfRuns = 50;
|
||||||
int messagesPerRun = 2;
|
int messagesPerRun = 2;
|
||||||
|
|
||||||
final MQTT mqttPub = createMQTTConnection("MQTT-Pub-Client", true);
|
final MQTT mqttPub = createMQTTConnection("MQTT-Pub-Client", true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user