We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 775cb82 + 46b6b72 commit b967834Copy full SHA for b967834
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=60000)
+ @Test(timeout=10000)
376
public void testSSLtoNonSSLChannel() throws Exception {
377
String methodName = Utility.getMethodName();
378
LoggingUtilities.banner(log, cclass, methodName);
@@ -412,6 +412,7 @@ 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