Skip to content

Commit b967834

Browse files
committed
Merge branch 'develop' of github.com:jpwsutton/paho.mqtt.java into develop
Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
2 parents 775cb82 + 46b6b72 commit b967834

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • org.eclipse.paho.client.mqttv3.test/src/test/java/org/eclipse/paho/client/mqttv3/test

org.eclipse.paho.client.mqttv3.test/src/test/java/org/eclipse/paho/client/mqttv3/test/BasicSSLTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ public void testNonSSLtoSSLChannel() throws Exception {
372372
* Try ssl connection to channel without ssl
373373
* @throws Exception
374374
*/
375-
@Test(timeout=60000)
375+
@Test(timeout=10000)
376376
public void testSSLtoNonSSLChannel() throws Exception {
377377
String methodName = Utility.getMethodName();
378378
LoggingUtilities.banner(log, cclass, methodName);
@@ -412,6 +412,7 @@ public void testSSLtoNonSSLChannel() throws Exception {
412412
}
413413
if (mqttClient != null) {
414414
log.info("Close...");
415+
mqttClient.disconnect();
415416
mqttClient.close();
416417
}
417418

0 commit comments

Comments
 (0)