Increase SYNC_THRESHOLD to 1000 blocks to allow for normal propagation delays
Some checks failed
Blockchain Synchronization Verification / sync-verification (push) Failing after 9s
Multi-Node Blockchain Health Monitoring / health-check (push) Successful in 10s
P2P Network Verification / p2p-verification (push) Successful in 8s

This commit is contained in:
aitbc
2026-04-25 20:28:12 +02:00
parent 8ce30c31cd
commit 3a08208654

View File

@@ -19,7 +19,7 @@ NODES=(
)
RPC_PORT=8006
SYNC_THRESHOLD=10
SYNC_THRESHOLD=1000
# Set to "false" to skip chain ID consistency check (allows different chains like devnet/mainnet)
CHECK_CHAIN_ID_CONSISTENCY="${CHECK_CHAIN_ID_CONSISTENCY:-true}"