Skip to content

Commit

Permalink
Integration Test: add more log for SyncChurn
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Aug 27, 2024
1 parent 47f92ff commit d28bde6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/src/specs/sync/sync_churn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ impl Spec for SyncChurn {
if too_many_blocks || restart_stopped_rx.try_recv().is_ok() {
break;
}
info!(
"mining_node {}, tip: {}",
mining_node.node_id(),
mining_node.get_tip_block_number()
);
waiting_for_sync(&mining_nodes);
}
});
Expand Down

0 comments on commit d28bde6

Please sign in to comment.