add a sleep for local engine disconnect/reconnect (#6918)

updates

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2025-05-13 16:12:37 -07:00
committed by GitHub
parent 05fba3c50c
commit 068b9129cf

View File

@ -1264,6 +1264,8 @@ mod test {
);
// yield to allow other tests to run
tokio::task::yield_now().await;
// when running against a local engine give it time to start again.
tokio::time::sleep(std::time::Duration::from_secs(1)).await;
}
}