We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8ad37 commit 9e59772Copy full SHA for 9e59772
1 file changed
org.eclipse.paho.client.mqttv3.test/src/test/java/org/eclipse/paho/client/mqttv3/test/BasicSSLTest.java
@@ -372,7 +372,7 @@ public void testNonSSLtoSSLChannel() throws Exception {
372
* Try ssl connection to channel without ssl
373
* @throws Exception
374
*/
375
- @Test(timeout=10000)
+ @Test
376
public void testSSLtoNonSSLChannel() throws Exception {
377
String methodName = Utility.getMethodName();
378
LoggingUtilities.banner(log, cclass, methodName);
@@ -412,7 +412,6 @@ public void testSSLtoNonSSLChannel() throws Exception {
412
}
413
if (mqttClient != null) {
414
log.info("Close...");
415
- mqttClient.disconnect();
416
mqttClient.close();
417
418
0 commit comments