[AMQ-7321] Reduce the number of messages in MQTT SSL offline test to limit timing issue

This commit is contained in:
Jean-Baptiste Onofré 2019-11-03 14:53:33 +01:00
parent 8a6ef9d83d
commit d340e0902b
1 changed files with 1 additions and 1 deletions

View File

@ -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);