This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/master by this push:
new d340e09 [AMQ-7321] Reduce the number of messages in MQTT SSL offline
test to limit timing issue
new d0b0a64 Merge pull request #408 from jbonofre/AMQ-7321
d340e09 is described below
commit d340e0902b8abf6c551486306c1db1dbe3562b9b
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Nov 3 14:53:33 2019 +0100
[AMQ-7321] Reduce the number of messages in MQTT SSL offline test to limit
timing issue
---
.../src/test/java/org/apache/activemq/transport/mqtt/MQTTTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/activemq-mqtt/src/test/java/org/apache/activemq/transport/mqtt/MQTTTest.java
b/activemq-mqtt/src/test/java/org/apache/activemq/transport/mqtt/MQTTTest.java
index ce585a5..114ff1c 100644
---
a/activemq-mqtt/src/test/java/org/apache/activemq/transport/mqtt/MQTTTest.java
+++
b/activemq-mqtt/src/test/java/org/apache/activemq/transport/mqtt/MQTTTest.java
@@ -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);