difftreelog
fix increase session test timings - 5 mins
in: master
1 file changed
runtime/common/config/pallets/mod.rsdiffbeforeafterboth136136137#[cfg(feature = "session-test-timings")]137#[cfg(feature = "session-test-timings")]138parameter_types! {138parameter_types! {139 pub const SessionPeriod: BlockNumber = 3 * MINUTES;139 pub const SessionPeriod: BlockNumber = 5 * MINUTES;140}140}141141142impl pallet_configuration::Config for Runtime {142impl pallet_configuration::Config for Runtime {