bump version to v2.2.2

This commit is contained in:
sijie.sun
2025-02-09 22:13:26 +08:00
committed by Sijie.Sun
parent 0caec3e4da
commit dd5b00faf4
29 changed files with 32 additions and 14 deletions

View File

@@ -580,13 +580,15 @@ pub mod tests {
)
.await;
println!("start punching {:?}", p_a.list_routes().await);
wait_for_condition(
|| async {
wait_route_appear_with_cost(p_a.clone(), p_c.my_peer_id(), Some(1))
.await
.is_ok()
},
Duration::from_secs(5),
Duration::from_secs(10),
)
.await;
println!("{:?}", p_a.list_routes().await);