diff --git a/web3_proxy/src/bin/web3_proxy_cli/proxyd.rs b/web3_proxy/src/bin/web3_proxy_cli/proxyd.rs index cfbd3812..3bc0d12f 100644 --- a/web3_proxy/src/bin/web3_proxy_cli/proxyd.rs +++ b/web3_proxy/src/bin/web3_proxy_cli/proxyd.rs @@ -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