Unverified Commit 03a98156 authored by Shawn Tabrizi's avatar Shawn Tabrizi Committed by GitHub
Browse files

Reduce Epoch Duration to 10 Min for Rococo (#2839)

parent 1a2b95b8
Pipeline #133156 failed with stages
in 9 minutes and 47 seconds
......@@ -34,7 +34,7 @@ pub mod time {
pub const MILLISECS_PER_BLOCK: Moment = 6000;
pub const SLOT_DURATION: Moment = MILLISECS_PER_BLOCK;
frame_support::parameter_types! {
pub storage EpochDurationInBlocks: BlockNumber = 30 * MINUTES;
pub storage EpochDurationInBlocks: BlockNumber = 10 * MINUTES;
}
// These time units are defined in number of blocks.
......
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