diff --git a/web3_proxy_cli/tests/test_proxy.rs b/web3_proxy_cli/tests/test_proxy.rs index 12a78030..31a96a66 100644 --- a/web3_proxy_cli/tests/test_proxy.rs +++ b/web3_proxy_cli/tests/test_proxy.rs @@ -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", ())