diff --git a/polkadot/node/service/src/relay_chain_selection.rs b/polkadot/node/service/src/relay_chain_selection.rs index 31d878218e..c195b91c78 100644 --- a/polkadot/node/service/src/relay_chain_selection.rs +++ b/polkadot/node/service/src/relay_chain_selection.rs @@ -53,7 +53,7 @@ use std::sync::Arc; /// or disputes. /// /// This is a safety net that should be removed at some point in the future. -const MAX_FINALITY_LAG: polkadot_primitives::v1::BlockNumber = 50; +const MAX_FINALITY_LAG: polkadot_primitives::v1::BlockNumber = 500; const LOG_TARGET: &str = "parachain::chain-selection";