mirror of
https://github.com/waku-org/waku-rust-bindings.git
synced 2025-01-12 15:44:13 +00:00
fix hanging test
This commit is contained in:
parent
464986791c
commit
d7a1afcaad
@ -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(())
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user