Skip to content

Commit

Permalink
increase expected height in checkpoint test (#8656)
Browse files Browse the repository at this point in the history
  • Loading branch information
arya2 committed Jun 28, 2024
1 parent 979ed0d commit ecdc8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebrad/tests/acceptance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ fn create_cached_database(network: Network) -> Result<()> {

#[tracing::instrument]
fn sync_past_mandatory_checkpoint(network: Network) -> Result<()> {
let height = network.mandatory_checkpoint_height() + 1200;
let height = network.mandatory_checkpoint_height() + (32_257 + 1200);
let full_validation_stop_regex =
format!("{STOP_AT_HEIGHT_REGEX}.*commit contextually-verified request");

Expand Down

0 comments on commit ecdc8c3

Please sign in to comment.