Unverified Commit d0e553fe authored by Gavin Wood's avatar Gavin Wood Committed by GitHub
Browse files

Tweak poll end block (#1397)

parent 7a8b9b11
Pipeline #100291 passed with stages
in 27 minutes and 10 seconds
......@@ -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 {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment