Skip to content

Commit 9e59772

Browse files
committed
Removing breaking change in BasicSSLTest
Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
1 parent 1c8ad37 commit 9e59772

1 file changed

Lines changed: 1 addition & 2 deletions

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: 1 addition & 2 deletions
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=10000)
375+
@Test
376376
public void testSSLtoNonSSLChannel() throws Exception {
377377
String methodName = Utility.getMethodName();
378378
LoggingUtilities.banner(log, cclass, methodName);
@@ -412,7 +412,6 @@ public void testSSLtoNonSSLChannel() throws Exception {
412412
}
413413
if (mqttClient != null) {
414414
log.info("Close...");
415-
mqttClient.disconnect();
416415
mqttClient.close();
417416
}
418417

0 commit comments

Comments
 (0)