try sleeping

This commit is contained in:
Bryan Stitt 2023-06-24 21:35:36 -07:00
parent ccce2eb4a4
commit c2917f1093

View File

@ -425,7 +425,8 @@ mod tests {
.await
.unwrap();
yield_now().await;
// TODO: local doesn't need this, but jenkins seems to
sleep(Duration::from_millis(10)).await;
// make sure the block advanced
let anvil_result = anvil_provider