Merge pull request #408 from jbonofre/AMQ-7321

[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 15:18:52 +01:00 committed by GitHub
commit d0b0a6495e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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