Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
mock cfg change, make tests fail, scheduled at points to the past
  • Loading branch information
muharem committed Nov 30, 2022
commit ff8a4fee33ce6da7da25ef97dec2d29dd33e8546
2 changes: 1 addition & 1 deletion frame/referenda/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ impl pallet_balances::Config for Test {
type WeightInfo = ();
}
parameter_types! {
pub static AlarmInterval: u64 = 1;
pub static AlarmInterval: u64 = 2;
}
ord_parameter_types! {
pub const One: u64 = 1;
Expand Down