summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-08-15 08:23:54 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-08-15 08:23:54 +0200
commit9ce21f2d351aab278a03ce5dfda9a82297fd8eef (patch)
tree46cd5509c54cb4f6f36616e0e57fd3a02dbd0b0e
parent6c6836a92969f72d1141df63789f0efd7c0cdf78 (diff)
Try other port: 55557 -> 55564test-multithreaded
It seems that 55557 is used in github actions, maybe. Lets try another one. Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
-rw-r--r--crates/common/mqtt_channel/src/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/common/mqtt_channel/src/tests.rs b/crates/common/mqtt_channel/src/tests.rs
index e319dd1b..b7cf15c8 100644
--- a/crates/common/mqtt_channel/src/tests.rs
+++ b/crates/common/mqtt_channel/src/tests.rs
@@ -303,7 +303,7 @@ mod tests {
#[tokio::test]
async fn creating_a_session() -> Result<(), anyhow::Error> {
// Given an MQTT broker
- let broker = MqttProcessHandler::new(55557, 3557);
+ let broker = MqttProcessHandler::new(55564, 3564);
let mqtt_config = Config::default().with_port(broker.port);
// Given an MQTT config with a well-known session name