Skip to content

Commit 775cb82

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 e3d0055 + d990794 commit 775cb82

1 file changed

Lines changed: 1 addition & 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: 1 addition & 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=30000)
375+
@Test(timeout=60000)
376376
public void testSSLtoNonSSLChannel() throws Exception {
377377
String methodName = Utility.getMethodName();
378378
LoggingUtilities.banner(log, cclass, methodName);

0 commit comments

Comments
 (0)