add a sleep for now

talking-llama will make this better in the morning
This commit is contained in:
Bryan Stitt 2023-11-06 22:35:25 -08:00
parent 249fd02115
commit 5702c9e097

View File

@ -250,7 +250,7 @@ async fn it_matches_anvil() {
.unwrap();
info!(?deploy_tx);
yield_now().await;
sleep(Duration::from_secs(1)).await;
let head_block_num: U64 = quorum_provider
.request("eth_blockNumber", ())