Skip to content

Commit

Permalink
increase delay in workaround for flaky unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Reuben Miller <[email protected]>
  • Loading branch information
reubenmiller committed Jul 30, 2024
1 parent 123e1d4 commit 9b44b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/extensions/tedge_mqtt_bridge/tests/bridge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ async fn bridge_reconnects_successfully_after_local_connection_interrupted() {
// Current theory: If a sub-ack is not received, then the subscription
// is not remembered by the client and not resubscribed after
// a connection outage
sleep(Duration::from_millis(100)).await;
sleep(Duration::from_millis(500)).await;

local_proxy.interrupt_connections();
wait_until_health_status_is("up", &mut ev_local)
Expand Down

0 comments on commit 9b44b05

Please sign in to comment.