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…
Reference in New Issue