We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80897ae commit 8a3bc87Copy full SHA for 8a3bc87
src/net.rs
@@ -1095,7 +1095,6 @@ pub(crate) mod tests {
1095
cancel.cancelled().await;
1096
router.shutdown().await.ok();
1097
drop(router);
1098
- tracing::info!("ROUTER DROPPED");
1099
});
1100
let router_fut = async move {
1101
router_task.await.expect("router task panicked");
@@ -1389,7 +1388,7 @@ pub(crate) mod tests {
1389
1388
1390
// cleanup and ensure everything went as expected
1391
ct.cancel();
1392
- let wait = Duration::from_secs(2);
+ let wait = Duration::from_secs(5);
1393
timeout(wait, ep1_handle).await.e()?;
1394
timeout(wait, ep2_handle).await.e()?;
1395
timeout(wait, go1_handle).await.e()?.e()??;
0 commit comments