Skip to content

Commit 3bd42d5

Browse files
committed
increase duration
1 parent c6e35b1 commit 3bd42d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/live_mode/reorg.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ async fn reorg_rescans_events_with_ascending_blocks() -> anyhow::Result<()> {
144144
}
145145
};
146146

147-
_ = timeout(Duration::from_secs(2), event_counting).await;
147+
_ = timeout(Duration::from_secs(5), event_counting).await;
148+
148149

149150
let final_blocks: Vec<_> = event_block_count.lock().await.clone();
150151
assert_eq!(final_blocks.len() as u64, initial_events + num_new_events);

0 commit comments

Comments
 (0)