mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-08-26 16:01:08 +00:00
fix hanging test
This commit is contained in:
@@ -138,8 +138,6 @@ pub fn main() -> Result<(), String> {
|
||||
}
|
||||
|
||||
std::thread::sleep(Duration::from_secs(2));
|
||||
let result = node.discv5_stop()?;
|
||||
assert!(result, "Discv5 should be stopped");
|
||||
node.stop()?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user