Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Tweak poll end block (#1397)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavofyork authored Jul 13, 2020
1 parent 7a8b9b1 commit d0e553f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d0e553f

Please sign in to comment.