diff --git a/apis/rust/node/src/communication/zenoh.rs b/apis/rust/node/src/communication/zenoh.rs index 4e44eb4a..03f0a295 100644 --- a/apis/rust/node/src/communication/zenoh.rs +++ b/apis/rust/node/src/communication/zenoh.rs @@ -60,7 +60,7 @@ impl Drop for ZenohCommunicationLayer { // // TODO: create a minimal example to reproduce the dropped messages // and report this issue in the zenoh repo - std::thread::sleep(Duration::from_secs_f32(1.0)); + std::thread::sleep(Duration::from_secs_f32(2.0)); } }