add a sleep for now
talking-llama will make this better in the morning
This commit is contained in:
parent
249fd02115
commit
5702c9e097
@ -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", ())
|
||||
|
Loading…
Reference in New Issue
Block a user