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 3080a1d commit e6a48e4Copy full SHA for e6a48e4
crates/extensions/tedge_mqtt_bridge/tests/bridge.rs
@@ -189,7 +189,7 @@ async fn bridge_disconnect_while_sending() {
189
let poll_local = EventPoller::run_in_bg(ev_local);
190
191
// Verify messages are forwarded from cloud to local
192
- for i in 1..10000 {
+ for i in 1..1000 {
193
local
194
.publish(
195
"c8y/s/us",
@@ -202,7 +202,7 @@ async fn bridge_disconnect_while_sending() {
202
}
203
cloud_proxy.interrupt_connections();
204
let _ev_cloud = EventPoller::run_in_bg(ev_cloud);
205
- for _ in 1..10000 {
+ for _ in 1..1000 {
206
207
208
0 commit comments