From 7a8673f057d23f6f3f35056557cedaa39c45f225 Mon Sep 17 00:00:00 2001
From: Gavin Wood <gavin@parity.io>
Date: Mon, 13 Jul 2020 13:08:32 +0200
Subject: [PATCH] Tweak poll end block (#1397)

---
 polkadot/runtime/polkadot/src/lib.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs
index 610a37f07ac..3c19495b48e 100644
--- a/polkadot/runtime/polkadot/src/lib.rs
+++ b/polkadot/runtime/polkadot/src/lib.rs
@@ -939,7 +939,7 @@ impl frame_support::traits::OnRuntimeUpgrade for CustomOnRuntimeUpgrade {
 }
 
 parameter_types! {
-	pub const PollEnd: BlockNumber = 100_000;
+	pub const PollEnd: BlockNumber = 888_888;
 }
 
 impl poll::Trait for Runtime {
-- 
GitLab