mirror of https://github.com/apache/activemq.git
[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…
Reference in New Issue