We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e35b1 commit 3bd42d5Copy full SHA for 3bd42d5
tests/live_mode/reorg.rs
@@ -144,7 +144,8 @@ async fn reorg_rescans_events_with_ascending_blocks() -> anyhow::Result<()> {
144
}
145
};
146
147
- _ = timeout(Duration::from_secs(2), event_counting).await;
+ _ = timeout(Duration::from_secs(5), event_counting).await;
148
+
149
150
let final_blocks: Vec<_> = event_block_count.lock().await.clone();
151
assert_eq!(final_blocks.len() as u64, initial_events + num_new_events);
0 commit comments