Skip to content

Commit

Permalink
attempting to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sistemd committed Sep 19, 2024
1 parent 527cc78 commit 14c9c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc/src/method/subscribe_new_heads.rs
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ mod tests {
if i == 9 {
return Err(e);
}
tokio::task::yield_now().await;
tokio::time::sleep(Duration::from_secs(i)).await;
}
}
}
Expand Down

0 comments on commit 14c9c98

Please sign in to comment.