increase expected height in checkpoint test (#8656)

This commit is contained in:
Arya 2024-06-28 12:43:06 -04:00 committed by GitHub
parent 979ed0d720
commit ecdc8c3b0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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");