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