We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3e779 commit 94d79efCopy full SHA for 94d79ef
crates/factor-outbound-mqtt/tests/factor_test.rs
@@ -94,7 +94,7 @@ async fn allowed_host_succeeds() -> anyhow::Result<()> {
94
"mqtt://mqtt.test:1883".to_string(),
95
"username".to_string(),
96
"password".to_string(),
97
- 1,
+ 10,
98
)
99
.await;
100
let Ok(_) = res else {
@@ -114,7 +114,7 @@ async fn exercise_publish() -> anyhow::Result<()> {
114
115
116
117
118
119
.await?;
120
0 commit comments