Skip to content

Commit 8a3bc87

Browse files
committed
increase test timeout
1 parent 80897ae commit 8a3bc87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/net.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,6 @@ pub(crate) mod tests {
10951095
cancel.cancelled().await;
10961096
router.shutdown().await.ok();
10971097
drop(router);
1098-
tracing::info!("ROUTER DROPPED");
10991098
});
11001099
let router_fut = async move {
11011100
router_task.await.expect("router task panicked");
@@ -1389,7 +1388,7 @@ pub(crate) mod tests {
13891388

13901389
// cleanup and ensure everything went as expected
13911390
ct.cancel();
1392-
let wait = Duration::from_secs(2);
1391+
let wait = Duration::from_secs(5);
13931392
timeout(wait, ep1_handle).await.e()?;
13941393
timeout(wait, ep2_handle).await.e()?;
13951394
timeout(wait, go1_handle).await.e()?.e()??;

0 commit comments

Comments
 (0)