Clean up flaky tests to be more reliable

This commit is contained in:
Vicki Pfau 2024-08-24 00:32:56 -07:00
parent a54e3d0c55
commit 39ea3b0d41
3 changed files with 202 additions and 104 deletions

View file

@ -534,8 +534,6 @@ pub(crate) mod test {
.await
.expect("at");
//sleep(Duration::from_millis(10)).await;
let (tx, mut rx) = mpsc::channel(3);
let (fin_tx, fin_rx) = oneshot::channel();