mirror of
https://github.com/apache/activemq.git
synced 2025-02-09 11:35:36 +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';
|
||||
}
|
||||
|
||||
int numberOfRuns = 100;
|
||||
int numberOfRuns = 50;
|
||||
int messagesPerRun = 2;
|
||||
|
||||
final MQTT mqttPub = createMQTTConnection("MQTT-Pub-Client", true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user