diff --git a/integration_tests/scripts/check_latest_blob.sh b/integration_tests/scripts/check_latest_blob.sh index 73b44534..859a491f 100755 --- a/integration_tests/scripts/check_latest_blob.sh +++ b/integration_tests/scripts/check_latest_blob.sh @@ -36,7 +36,7 @@ echo "Failed to get latest block" >&2 exit 1 fi -latest_dec=$((latest_dec - 64)) # adjust to finalized +latest_dec=$((latest_dec - 64 - 32)) # adjust to finalized, and add some buffer (1 epoch) for blob downloading to disk from_dec=$((latest_dec - lookback)) from_hex="$(cast to-hex "$from_dec")" to_hex="$(cast to-hex "$latest_dec")"