Skip to content

Commit 94d79ef

Browse files
mqtt update
Signed-off-by: Karan <karanlokchandani@protonmail.com>
1 parent fa3e779 commit 94d79ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/factor-outbound-mqtt/tests/factor_test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ async fn allowed_host_succeeds() -> anyhow::Result<()> {
9494
"mqtt://mqtt.test:1883".to_string(),
9595
"username".to_string(),
9696
"password".to_string(),
97-
1,
97+
10,
9898
)
9999
.await;
100100
let Ok(_) = res else {
@@ -114,7 +114,7 @@ async fn exercise_publish() -> anyhow::Result<()> {
114114
"mqtt://mqtt.test:1883".to_string(),
115115
"username".to_string(),
116116
"password".to_string(),
117-
1,
117+
10,
118118
)
119119
.await?;
120120

0 commit comments

Comments
 (0)