Skip to content

Commit

Permalink
fix ultra_slow_test_process_block_after_state_sync
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-gonzalez committed Jan 16, 2025
1 parent 719d142 commit 93fa12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/src/tests/client/process_blocks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1694,7 +1694,7 @@ fn ultra_slow_test_process_block_after_state_sync() {
let Some(sync_hash) = env.clients[0].chain.get_sync_hash(&block_hash).unwrap() else {
sync_hash_attempts += 1;
// Sync hash should be available in 4 blocks
assert!(sync_hash_attempts <= 4, "sync_hash_attempts: {}", sync_hash_attempts);
assert!(sync_hash_attempts <= 5, "sync_hash_attempts: {}", sync_hash_attempts);
continue;
};
// Produce one more block after the sync hash is found so that the snapshot will be created
Expand Down

0 comments on commit 93fa12f

Please sign in to comment.