Skip to content

Commit

Permalink
try sleeping
Browse files Browse the repository at this point in the history
  • Loading branch information
BlinkyStitt committed Jun 25, 2023
1 parent ccce2eb commit c2917f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web3_proxy/src/bin/web3_proxy_cli/proxyd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2917f1

Please sign in to comment.