Skip to content

Commit 3a5c7df

Browse files
author
Al S-M
committed
change host for async timeout test
1 parent 9433707 commit 3a5c7df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

org.eclipse.paho.client.mqttv3.test/src/test/java/org/eclipse/paho/client/mqttv3/test/SendReceiveAsyncTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ public void testConnectTimeout() throws Exception {
603603

604604
IMqttAsyncClient mqttClient = null;
605605
// Change the URI to a none MQTT server
606-
URI uri = new URI("tcp://ibmbjclub.org:22");
606+
URI uri = new URI("tcp://iot.eclipse.org:22");
607607
IMqttToken connectToken = null;
608608
try {
609609
mqttClient = clientFactory.createMqttAsyncClient(uri, methodName);
@@ -650,4 +650,4 @@ public void testConnectTimeout() throws Exception {
650650

651651
log.exiting(className, methodName);
652652
}
653-
}
653+
}

0 commit comments

Comments
 (0)