We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b0e8c commit e55d0cbCopy full SHA for e55d0cb
tests/sync/from_latest.rs
@@ -202,6 +202,8 @@ async fn block_gaps_do_not_affect_number_of_events_streamed() -> anyhow::Result<
202
);
203
let mut stream = assert_empty!(stream);
204
205
+ // give scanner time to subscribe to live events
206
+ sleep(Duration::from_millis(10)).await;
207
// Immediately produce a new live event in a new block
208
contract.increase().send().await?.watch().await?;
209
0 commit comments