From 5702c9e09747c8f5f8572bcfe5b5e9fd44a00f81 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Mon, 6 Nov 2023 22:35:25 -0800 Subject: [PATCH] add a sleep for now talking-llama will make this better in the morning --- web3_proxy_cli/tests/test_proxy.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ())